Home
last modified time | relevance | path

Searched refs:isDepthAttachment (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2991 const bool isDepthAttachment = hasDepthComponent(format.order); in clearValueToPixelValue() local
2993 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()
2998 if (isDepthAttachment) in clearValueToPixelValue()
6485 const bool isDepthAttachment = hasDepthComponent(format.order); in addFormatTests() local
6486 …const VkImageAspectFlags formatAspectFlags = (isDepthAttachment ? (VkImageAspectFlags)VK_IMAGE_AS… in addFormatTests()
6500 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
6501isDepthAttachment ? 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()
6536isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
[all …]