Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h70 vk_format_depth_only(VkFormat format) in vk_format_depth_only() function
Dvk_format.c379 return vk_format_depth_only(format); in vk_format_get_aspect_format()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1615 format = vk_format_depth_only(format); in radv_image_reset_layout()
2018 return vk_format_depth_only(image->vk.format); in radv_get_aspect_format()
2020 return vk_format_depth_only(image->vk.format); in radv_get_aspect_format()
2105 iview->vk.view_format = vk_format_depth_only(iview->vk.view_format); in radv_image_view_init()
Dradv_meta_blit2d.c215 depth_format = vk_format_depth_only(dst->image->vk.format); in radv_meta_blit2d_normal_dst()
Dradv_meta_bufimage.c1681 depth_format = vk_format_depth_only(dst->image->vk.format); in radv_meta_image_to_image_cs()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_image.c443 image_view->view_format = vk_format_depth_only(pCreateInfo->format); in vk_image_view_init()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_image.c302 return vk_format_depth_only(format); in dzn_image_get_plane_format()