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.cpp2839 const bool isDepthAttachment = hasDepthComponent(format.order); in clearValueToPixelValue() local
2841 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()
2846 if (isDepthAttachment) in clearValueToPixelValue()
5821 const bool isDepthAttachment = hasDepthComponent(format.order); in addFormatTests() local
5834 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
5835isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
5852 if (isStencilAttachment && isDepthAttachment) in addFormatTests()
5857 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
5858isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
5878 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
[all …]