Searched refs:isDepthAttachment (Results 1 – 1 of 1) sorted by relevance
2927 const bool isDepthAttachment = hasDepthComponent(format.order); in clearValueToPixelValue() local2929 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()2934 if (isDepthAttachment) in clearValueToPixelValue()6284 const bool isDepthAttachment = hasDepthComponent(format.order); in addFormatTests() local6285 …const VkImageAspectFlags formatAspectFlags = (isDepthAttachment ? (VkImageAspectFlags)VK_IMAGE_AS… in addFormatTests()6299 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()6300 … isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()6329 if (isStencilAttachment && isDepthAttachment && loadOp != VK_ATTACHMENT_LOAD_OP_CLEAR) in addFormatTests()6334 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()6335 … isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()[all …]