Home
last modified time | relevance | path

Searched refs:shader_patches (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c481 util_dynarray_clear(&batch->shader_patches); in fd2_emit_sysmem_prep()
581 for (int i = 0; i < batch->shader_patches.size / sizeof(void *); i++) { in fd2_emit_tile_init()
583 *util_dynarray_element(&batch->shader_patches, instr_cf_t *, i); in fd2_emit_tile_init()
666 util_dynarray_clear(&batch->shader_patches); in fd2_emit_tile_init()
Dfd2_program.c249 binning ? &ctx->batch->shader_patches : NULL); in fd2_program_emit()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c108 util_dynarray_init(&batch->shader_patches, NULL); in batch_init()
207 util_dynarray_fini(&batch->shader_patches); in batch_fini()
Dfreedreno_batch.h193 struct util_dynarray shader_patches; member