Searched refs:fd_cs_patch (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 255 struct fd_cs_patch { struct 259 #define fd_patch_num_elements(buf) ((buf)->size / sizeof(struct fd_cs_patch)) argument 261 util_dynarray_element(buf, struct fd_cs_patch, i) 334 util_dynarray_append(buf, struct fd_cs_patch, in OUT_RINGP() 335 ((struct fd_cs_patch){ in OUT_RINGP()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 407 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws() 520 struct fd_cs_patch *patch = fd_patch_element(&batch->gmem_patches, i); in fd2_emit_tile_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 731 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws() 742 struct fd_cs_patch *patch = fd_patch_element(&batch->rbrc_patches, i); in patch_rbrc()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_gmem.c | 286 struct fd_cs_patch *patch = fd_patch_element(&batch->fb_read_patches, i); in patch_fb_read_gmem() 336 struct fd_cs_patch *patch = fd_patch_element(&batch->fb_read_patches, i); in patch_fb_read_sysmem()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_gmem.c | 289 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 532 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws()
|