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.c107 util_dynarray_init(&batch->rbrc_patches, NULL); in batch_init()
203 util_dynarray_fini(&batch->rbrc_patches); in batch_fini()
Dfreedreno_batch.h168 struct util_dynarray rbrc_patches; member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c710 for (i = 0; i < fd_patch_num_elements(&batch->rbrc_patches); i++) { in patch_rbrc()
711 struct fd_cs_patch *patch = fd_patch_element(&batch->rbrc_patches, i); in patch_rbrc()
714 util_dynarray_clear(&batch->rbrc_patches); in patch_rbrc()
Dfd3_emit.c545 OUT_RINGP(ring, val, &ctx->batch->rbrc_patches); in fd3_emit_state()