Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c113 util_dynarray_init(&batch->rbrc_patches, NULL); in batch_init()
218 util_dynarray_fini(&batch->rbrc_patches); in batch_fini()
Dfreedreno_batch.h181 struct util_dynarray rbrc_patches; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c741 for (i = 0; i < fd_patch_num_elements(&batch->rbrc_patches); i++) { in patch_rbrc()
742 struct fd_cs_patch *patch = fd_patch_element(&batch->rbrc_patches, i); in patch_rbrc()
745 util_dynarray_clear(&batch->rbrc_patches); in patch_rbrc()
Dfd3_emit.c549 OUT_RINGP(ring, val, &ctx->batch->rbrc_patches); in fd3_emit_state()