Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h69 vk_format_depth_only(VkFormat format) in vk_format_depth_only() function
Dvk_image.c371 image_view->format = vk_format_depth_only(pCreateInfo->format); in vk_image_view_init()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1494 format = vk_format_depth_only(format); in radv_image_reset_layout()
1893 return vk_format_depth_only(image->vk_format); in radv_get_aspect_format()
1895 return vk_format_depth_only(image->vk_format); in radv_get_aspect_format()
1977 iview->vk_format = vk_format_depth_only(iview->vk_format); in radv_image_view_init()
Dradv_meta_blit2d.c237 depth_format = vk_format_depth_only(dst->image->vk_format); in radv_meta_blit2d_normal_dst()
Dradv_meta_bufimage.c1727 depth_format = vk_format_depth_only(dst->image->vk_format); in radv_meta_image_to_image_cs()