Searched refs:isStencilAttachment (Results 1 – 1 of 1) sorted by relevance
2928 const bool isStencilAttachment = hasStencilComponent(format.order); in clearValueToPixelValue() local2929 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()2944 if (isStencilAttachment) in clearValueToPixelValue()3375 const bool isStencilAttachment = hasStencilComponent(format.order); in renderReferenceValues() local3376 …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() local6286 | (isStencilAttachment ? (VkImageAspectFlags)VK_IMAGE_ASPECT_STENCIL_BIT : 0u); in addFormatTests()6301 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()6302 … isStencilAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()[all …]