Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c105 util_dynarray_init(&batch->fb_read_patches, NULL); in batch_init()
210 util_dynarray_fini(&batch->fb_read_patches); in batch_fini()
Dfreedreno_batch.h173 struct util_dynarray fb_read_patches; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c246 unsigned num_patches = fd_patch_num_elements(&batch->fb_read_patches); in patch_fb_read_gmem()
264 struct fd_cs_patch *patch = fd_patch_element(&batch->fb_read_patches, i); in patch_fb_read_gmem()
272 util_dynarray_clear(&batch->fb_read_patches); in patch_fb_read_gmem()
278 unsigned num_patches = fd_patch_num_elements(&batch->fb_read_patches); in patch_fb_read_sysmem()
300 struct fd_cs_patch *patch = fd_patch_element(&batch->fb_read_patches, i); in patch_fb_read_sysmem()
328 util_dynarray_clear(&batch->fb_read_patches); in patch_fb_read_sysmem()
Dfd6_emit.c253 OUT_RINGP(state, 0, &ctx->batch->fb_read_patches); /* texconst0, patched in gmem emit */ in fd6_emit_fb_tex()