Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c819 struct blit_ops { struct
849 static const struct blit_ops r2d_ops = { argument
861 static const struct blit_ops r3d_ops = {
875 coords(const struct blit_ops *ops, in coords()
928 const struct blit_ops *ops = &r2d_ops; in tu6_clear_lrz()
1000 const struct blit_ops *ops = &r2d_ops; in tu6_blit_image()
1167 const struct blit_ops *ops = &r2d_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()
1343 const struct blit_ops *ops = &r2d_ops; in tu_copy_image_to_image()
1529 const struct blit_ops *ops = &r2d_ops; in copy_buffer()
[all …]