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.cpp2992 const bool isStencilAttachment = hasStencilComponent(format.order); in clearValueToPixelValue() local
2993 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()
3008 if (isStencilAttachment) in clearValueToPixelValue()
3440 const bool isStencilAttachment = hasStencilComponent(format.order); in renderReferenceValues() local
3441 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || isStencilAttachment; in renderReferenceValues()
3451 …if (attachmentUsed[attachmentIndex] && isStencilAttachment && renderPassInfo.getAttachments()[atta… in renderReferenceValues()
6484 const bool isStencilAttachment = hasStencilComponent(format.order); in addFormatTests() local
6487 | (isStencilAttachment ? (VkImageAspectFlags)VK_IMAGE_ASPECT_STENCIL_BIT : 0u); in addFormatTests()
6502 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
6503isStencilAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
[all …]