Searched refs:vk_format_depth_only (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_format.h69 vk_format_depth_only(VkFormat format) function in typeref:typename:VkFormat
H A Dvk_image.c371 image_view->format = vk_format_depth_only(pCreateInfo->format);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h428 vk_format_depth_only(VkFormat format) function in typeref:typename:VkFormat
H A Dtu_image.c214 iview->vk_format = vk_format_depth_only(iview->vk_format);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h412 vk_format_depth_only(VkFormat format) function in typeref:typename:VkFormat
H A Dradv_image.c221 surface->bpe = vk_format_get_blocksize(vk_format_depth_only(format));
1197 return vk_format_depth_only(image->vk_format);
1199 return vk_format_depth_only(image->vk_format);
1236 iview->vk_format = vk_format_depth_only(iview->vk_format);
H A Dradv_meta_blit2d.c264 depth_format = vk_format_depth_only(dst->image->vk_format);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c1497 format = vk_format_depth_only(format);
1896 return vk_format_depth_only(image->vk_format);
1898 return vk_format_depth_only(image->vk_format);
1980 iview->vk_format = vk_format_depth_only(iview->vk_format);
H A Dradv_meta_blit2d.c237 depth_format = vk_format_depth_only(dst->image->vk_format);
H A Dradv_meta_bufimage.c1727 depth_format = vk_format_depth_only(dst->image->vk_format);

Completed in 19 milliseconds