Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.h18 #define tu_image_view_depth(iview, x) \ macro
Dtu_clear_blit.c217 tu_cs_emit(cs, tu_image_view_depth(iview, SP_PS_2D_SRC_INFO)); in r2d_src_depth()
289 tu_cs_emit(cs, tu_image_view_depth(iview, RB_2D_DST_INFO)); in r2d_dst_depth()
1085 tu_cs_emit(cs, tu_image_view_depth(iview, RB_MRT_BUF_INFO)); in r3d_dst_depth()
2969 tu_cs_emit(cs, tu_image_view_depth(iview, RB_BLIT_DST_INFO)); in tu_emit_blit()