Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2929 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue() local
2932 if (isDepthOrStencilAttachment) in clearValueToPixelValue()
3376 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || isStencilAttachment; in renderReferenceValues() local
3380 if (isDepthOrStencilAttachment) in renderReferenceValues()
4451 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || hasStencilComponent… in checkTextureFormatSupport() local
4452 …const VkFormatFeatureFlags flags = isDepthOrStencilAttachment? VK_FORMAT_FEATURE_DEPTH_STENCI… in checkTextureFormatSupport()
4460 …ormat: " << attachment.getFormat() << " not supported as " << (isDepthOrStencilAttachment ? "depth… in checkTextureFormatSupport()