Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h412 vk_format_depth_only(VkFormat format) in vk_format_depth_only() function
Dradv_image.c1325 image->planes[i].surface.bpe = vk_format_get_blocksize(vk_format_depth_only(format)); in radv_image_reset_layout()
1593 return vk_format_depth_only(image->vk_format); in radv_get_aspect_format()
1595 return vk_format_depth_only(image->vk_format); in radv_get_aspect_format()
1644 iview->vk_format = vk_format_depth_only(iview->vk_format); in radv_image_view_init()
Dradv_meta_blit2d.c264 depth_format = vk_format_depth_only(dst->image->vk_format); in radv_meta_blit2d_normal_dst()