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.cpp2928 const bool isStencilAttachment = hasStencilComponent(format.order); in clearValueToPixelValue() local
2929 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()
2944 if (isStencilAttachment) in clearValueToPixelValue()
3375 const bool isStencilAttachment = hasStencilComponent(format.order); in renderReferenceValues() local
3376 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || isStencilAttachment; in renderReferenceValues()
3386 …if (attachmentUsed[attachmentIndex] && isStencilAttachment && renderPassInfo.getAttachments()[atta… in renderReferenceValues()
6283 const bool isStencilAttachment = hasStencilComponent(format.order); in addFormatTests() local
6286 | (isStencilAttachment ? (VkImageAspectFlags)VK_IMAGE_ASPECT_STENCIL_BIT : 0u); in addFormatTests()
6301 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
6302isStencilAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
[all …]