Searched refs:isStencilAttachment (Results 1 – 1 of 1) sorted by relevance
2992 const bool isStencilAttachment = hasStencilComponent(format.order); in clearValueToPixelValue() local2993 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()3008 if (isStencilAttachment) in clearValueToPixelValue()3440 const bool isStencilAttachment = hasStencilComponent(format.order); in renderReferenceValues() local3441 …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() local6487 | (isStencilAttachment ? (VkImageAspectFlags)VK_IMAGE_ASPECT_STENCIL_BIT : 0u); in addFormatTests()6502 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()6503 … isStencilAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()[all …]