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);
182 …HasDepth(VkFormat format) { return (FormatIsDepthOnly(format) || FormatIsDepthAndStencil(format));… in FormatHasDepth()
183 …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.cpp800 if (FormatIsDepthAndStencil(image_create_info->format)) { in ValidateBarriersToImages()
4116 } else if (FormatIsDepthAndStencil(format)) { in ValidateImageAspectMask()
4705 …if (!FormatIsDepthAndStencil(image_state->createInfo.format) && SafeModulo(pRegions[i].bufferOffse… in ValidateBufferImageCopyData()
Ddescriptor_sets.cpp645 …if (FormatIsDepthAndStencil(fmt)) return DESCRIPTOR_REQ_COMPONENT_TYPE_FLOAT | DESCRIPTOR_REQ_COMP… in DescriptorRequirementsBitsFromFormat()
Dshader_validation.cpp554 if (FormatIsDepthAndStencil(fmt)) return FORMAT_TYPE_FLOAT | FORMAT_TYPE_UINT; in GetFormatType()
Dcore_validation.cpp10858 if (FormatIsDepthAndStencil(pDepthStencilResolveAttachmentFormat) && in ValidateDepthStencilResolve()
10869 if (FormatIsDepthAndStencil(pDepthStencilResolveAttachmentFormat) && in ValidateDepthStencilResolve()
11109 bool check_stencil_load_op = FormatIsDepthAndStencil(format) || !check_color_depth_load_op; in FormatSpecificLoadAndStoreOpSettings()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1232 if (FormatIsDepthAndStencil(format)) { in Init()
1269 if (FormatIsDepthAndStencil(create_info->format)) { in init()