Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.h56 uint32_t depth_PITCH; member
Dtu_image.c129 tu_cs_emit(cs, iview->depth_PITCH); in tu_cs_image_depth_ref()
250 iview->depth_PITCH = A6XX_RB_DEPTH_BUFFER_PITCH(fdl_pitch(layout, range->baseMipLevel)).value; in tu_image_view_init()
Dtu_clear_blit.c221 tu_cs_emit(cs, iview->depth_PITCH << 9); in r2d_src_depth()
291 tu_cs_emit(cs, iview->depth_PITCH); in r2d_dst_depth()
2971 tu_cs_emit(cs, iview->depth_PITCH); in tu_emit_blit()