Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c88 util_dynarray_init(&batch->rbrc_patches, NULL); in batch_init()
146 util_dynarray_fini(&batch->rbrc_patches); in batch_fini()
Dfreedreno_batch.h149 struct util_dynarray rbrc_patches; member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c718 for (i = 0; i < fd_patch_num_elements(&batch->rbrc_patches); i++) { in patch_rbrc()
719 struct fd_cs_patch *patch = fd_patch_element(&batch->rbrc_patches, i); in patch_rbrc()
722 util_dynarray_resize(&batch->rbrc_patches, 0); in patch_rbrc()
Dfd3_emit.c522 OUT_RINGP(ring, val, &ctx->batch->rbrc_patches); in fd3_emit_state()