Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c861 static const struct blit_ops r3d_ops = { variable
1046 ops = &r3d_ops; in tu6_blit_image()
1064 if (ops == &r3d_ops) { in tu6_blit_image()
1172 ops = &r3d_ops; in tu_copy_buffer_to_image()
1253 const struct blit_ops *ops = stencil_read ? &r3d_ops : &r2d_ops; in tu_copy_image_to_buffer()
1347 ops = &r3d_ops; in tu_copy_image_to_image()
1722 const struct blit_ops *ops = image->layout[0].nr_samples > 1 ? &r3d_ops : &r2d_ops; in clear_image()
2185 ops = &r3d_ops; in clear_sysmem_attachment()
2193 if (ops == &r3d_ops) in clear_sysmem_attachment()