Searched refs:isDepthAttachment (Results 1 – 1 of 1) sorted by relevance
2991 const bool isDepthAttachment = hasDepthComponent(format.order); in clearValueToPixelValue() local2993 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()2998 if (isDepthAttachment) in clearValueToPixelValue()6485 const bool isDepthAttachment = hasDepthComponent(format.order); in addFormatTests() local6486 …const VkImageAspectFlags formatAspectFlags = (isDepthAttachment ? (VkImageAspectFlags)VK_IMAGE_AS… in addFormatTests()6500 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()6501 … isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()6530 if (isStencilAttachment && isDepthAttachment && loadOp != VK_ATTACHMENT_LOAD_OP_CLEAR) in addFormatTests()6535 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()6536 … isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()[all …]