Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2840 const bool isStencilAttachment = hasStencilComponent(format.order); in clearValueToPixelValue() local
2841 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()
2856 if (isStencilAttachment) in clearValueToPixelValue()
3282 const bool isStencilAttachment = hasStencilComponent(format.order); in renderReferenceValues() local
3283 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || isStencilAttachment; in renderReferenceValues()
3293 …if (attachmentUsed[attachmentIndex] && isStencilAttachment && renderPassInfo.getAttachments()[atta… in renderReferenceValues()
5820 const bool isStencilAttachment = hasStencilComponent(format.order); in addFormatTests() local
5836 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
5837isStencilAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
5852 if (isStencilAttachment && isDepthAttachment) in addFormatTests()
[all …]