Searched refs:vk_format_is_depth_or_stencil (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_format.h48 vk_format_is_depth_or_stencil(VkFormat format) function in typeref:typename:bool
H A Dvk_image.c304 vk_format_is_depth_or_stencil(image->format) &&
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Dvk_format_info.h149 vk_format_is_depth_or_stencil(VkFormat format) function in typeref:typename:bool
H A Danv_formats.c689 if (vk_format_is_depth_or_stencil(vk_format))
H A DgenX_pipeline.c529 assert(vk_format_is_depth_or_stencil(vk_format));
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h373 vk_format_is_depth_or_stencil(VkFormat format) function in typeref:typename:bool
414 return !vk_format_is_depth_or_stencil(format);
H A Dtu_formats.c698 vk_format_is_depth_or_stencil(info->format))
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h366 vk_format_is_depth_or_stencil(VkFormat format) function in typeref:typename:bool
408 return !vk_format_is_depth_or_stencil(format);
H A Dradv_formats.c687 if (vk_format_is_depth_or_stencil(format)) {
1127 if (info->type != VK_IMAGE_TYPE_2D && vk_format_is_depth_or_stencil(info->format))
H A Dradv_image.c49 !vk_format_is_depth_or_stencil(pCreateInfo->format)
1031 if (!vk_format_is_depth_or_stencil(pCreateInfo->format) && !create_info->scanout && !image->shareable) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_formats.c321 vk_format_is_depth_or_stencil(info->format)) {
342 vk_format_is_depth_or_stencil(info->format)) {
H A Dv3dv_image.c532 if (vk_format_is_depth_or_stencil(iview->vk.format)) {
H A Dv3dv_meta_clear.c940 assert(vk_format_is_depth_or_stencil(format));
H A Dv3dvx_meta_common.c1355 if (vk_format_is_depth_or_stencil(vk_format))
H A Dv3dv_meta_copy.c2629 if (vk_format_is_depth_or_stencil(image->vk.format))
3786 !vk_format_is_depth_or_stencil(dst_format));
3794 if (vk_format_is_depth_or_stencil(dst_format)) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c756 if (vk_format_is_depth_or_stencil(format)) {
872 if (vk_format_is_depth_or_stencil(format)) {
1197 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format))
1235 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) {
1296 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) {
1490 if (info->type != VK_IMAGE_TYPE_2D && vk_format_is_depth_or_stencil(format))
1616 info->tiling != VK_IMAGE_TILING_OPTIMAL || vk_format_is_depth_or_stencil(format))
H A Dradv_image.c58 if (!vk_format_is_compressed(format) && !vk_format_is_depth_or_stencil(format) &&
1757 if (!vk_format_is_depth_or_stencil(format) && !image->shareable &&
H A Dradv_cmd_buffer.c3816 if (vk_format_is_depth_or_stencil(image->vk_format)) {
4150 assert(vk_format_is_depth_or_stencil(image->vk_format));
H A Dradv_device.c5344 !vk_format_is_depth_or_stencil(mem->image->vk_format) && mem->image->info.samples == 1 &&
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c386 vk_format_is_depth_or_stencil(info->format))
H A Dtu_image.c364 !vk_format_is_depth_or_stencil(format),
604 !vk_format_is_depth_or_stencil(image->vk_format)) {
H A Dtu_clear_blit.c111 assert(!vk_format_is_depth_or_stencil(format));
787 assert(!vk_format_is_depth_or_stencil(format));
2631 if (vk_format_is_depth_or_stencil(attachment->format)) {
2676 vk_format_is_depth_or_stencil(attachment->format)));
2780 !vk_format_is_depth_or_stencil(format),
H A Dtu_pass.c361 if (vk_format_is_depth_or_stencil(att[i].format)) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c492 if (vk_format_is_depth_or_stencil(vk_format))
832 if (vk_format_is_depth_or_stencil(vk_format))
H A DgenX_pipeline.c775 assert(vk_format_is_depth_or_stencil(vk_format));

Completed in 146 milliseconds