Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_format_utils.h141 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format);
179 …HasDepth(VkFormat format) { return (FormatIsDepthOnly(format) || FormatIsDepthAndStencil(format));… in FormatHasDepth()
180 …tencil(VkFormat format) { return (FormatIsStencilOnly(format) || FormatIsDepthAndStencil(format));… in FormatHasStencil()
Dvk_format_utils.cpp495 …return (FormatIsDepthAndStencil(format) || FormatIsDepthOnly(format) || FormatIsStencilOnly(format… in FormatIsDepthOrStencil()
499 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format) { in FormatIsDepthAndStencil() function
Dbuffer_validation.cpp297 if (FormatIsDepthAndStencil(image_state->createInfo.format)) { in SetImageLayout()
815 if (FormatIsDepthAndStencil(image_create_info->format)) { in ValidateBarriersToImages()
4003 } else if (FormatIsDepthAndStencil(format)) { in ValidateImageAspectMask()
4624 …if (!FormatIsDepthAndStencil(image_state->createInfo.format) && SafeModulo(pRegions[i].bufferOffse… in ValidateBufferImageCopyData()
Dshader_validation.cpp500 if (FormatIsDepthAndStencil(fmt)) return FORMAT_TYPE_FLOAT | FORMAT_TYPE_UINT; in GetFormatType()
Ddescriptor_sets.cpp695 …if (FormatIsDepthAndStencil(fmt)) return DESCRIPTOR_REQ_COMPONENT_TYPE_FLOAT | DESCRIPTOR_REQ_COMP… in DescriptorRequirementsBitsFromFormat()
Dcore_validation.cpp10108 if (FormatIsDepthAndStencil(pDepthStencilResolveAttachmentFormat) && in ValidateDepthStencilResolve()
10119 if (FormatIsDepthAndStencil(pDepthStencilResolveAttachmentFormat) && in ValidateDepthStencilResolve()
10190 bool check_stencil_load_op = FormatIsDepthAndStencil(format) || !check_color_depth_load_op; in FormatSpecificLoadAndStoreOpSettings()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1070 if (FormatIsDepthAndStencil(format)) { in Init()
1107 if (FormatIsDepthAndStencil(create_info->format)) { in init()