Home
last modified time | relevance | path

Searched refs:vk_format_is_depth_or_stencil (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h98 bool vk_format_is_depth_or_stencil(VkFormat format);
104 return !(vk_format_is_undef(format) || vk_format_is_depth_or_stencil(format)); in vk_format_is_color()
Dimage.cpp442 depth_format_present |= vk_format_is_depth_or_stencil(pCreateInfo->pAttachments[i].format); in CreateRenderPass()
640 if (vk_format_is_depth_or_stencil(image_state->format)) { in CmdClearColorImage()
681 if (image_state && !vk_format_is_depth_or_stencil(image_state->format)) { in CmdClearDepthStencilImage()
918 …if (vk_format_is_depth_or_stencil(src_image_entry->format) || vk_format_is_depth_or_stencil(dst_im… in PreCallValidateCmdCopyImage()
1158 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_depth_or_stencil(dstFormat)) { in CmdBlitImage()
1237 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_int(srcFormat)) { in CmdBlitImage()
1374 } else if (vk_format_is_depth_or_stencil(format)) { in GetImageSubresourceLayout()
Dvk_layer_utils.cpp233 VK_LAYER_EXPORT bool vk_format_is_depth_or_stencil(VkFormat format) { in vk_format_is_depth_or_stencil() function
Ddescriptor_sets.cpp743 bool ds = vk_format_is_depth_or_stencil(format); in ValidateImageUpdate()
Dcore_validation.cpp8963 if (vk_format_is_depth_or_stencil(format)) { in ValidateBarriers()
/external/mesa3d/src/intel/vulkan/
Dvk_format_info.h62 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
Danv_formats.c390 } else if (vk_format_is_depth_or_stencil(format)) { in anv_physical_device_get_format_properties()
DgenX_pipeline.c480 assert(vk_format_is_depth_or_stencil(vk_format)); in emit_rs_state()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h345 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
374 return !vk_format_is_depth_or_stencil(format); in vk_format_is_color()
Dradv_formats.c567 if (vk_format_is_depth_or_stencil(format)) { in radv_physical_device_get_format_properties()