Searched refs:FormatIsDepthOrStencil (Results 1 – 5 of 5) sorted by relevance
140 VK_LAYER_EXPORT bool FormatIsDepthOrStencil(VkFormat format);183 return !(FormatIsUndef(format) || FormatIsDepthOrStencil(format) || FormatIsMultiplane(format)); in FormatIsColor()
1554 if (FormatIsDepthOrStencil(image_state->createInfo.format)) { in ValidateImageAttributes()1764 if (image_state && !FormatIsDepthOrStencil(image_state->createInfo.format)) { in PreCallValidateCmdClearDepthStencilImage()2662 …if (FormatIsDepthOrStencil(src_image_state->createInfo.format) || FormatIsDepthOrStencil(dst_image… in PreCallValidateCmdCopyImage()3116 if (FormatIsDepthOrStencil(src_format) && (filter != VK_FILTER_NEAREST)) { in PreCallValidateCmdBlitImage()3125 if (FormatIsDepthOrStencil(src_format) || FormatIsDepthOrStencil(dst_format)) { in PreCallValidateCmdBlitImage()5107 } else if (FormatIsDepthOrStencil(img_format)) { in PreCallValidateGetImageSubresourceLayout()
494 VK_LAYER_EXPORT bool FormatIsDepthOrStencil(VkFormat format) { in FormatIsDepthOrStencil() function
1374 bool ds = FormatIsDepthOrStencil(format); in ValidateImageUpdate()
558 …f ((pCreateInfo->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) || FormatIsDepthOrStencil(pCreateInf… in manual_PreCallValidateCreateImage()