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.cpp2927 const bool isDepthAttachment = hasDepthComponent(format.order); in clearValueToPixelValue() local
2929 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue()
2934 if (isDepthAttachment) in clearValueToPixelValue()
6284 const bool isDepthAttachment = hasDepthComponent(format.order); in addFormatTests() local
6285 …const VkImageAspectFlags formatAspectFlags = (isDepthAttachment ? (VkImageAspectFlags)VK_IMAGE_AS… in addFormatTests()
6299 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE, in addFormatTests()
6300isDepthAttachment ? 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()
6335isDepthAttachment ? VK_ATTACHMENT_STORE_OP_STORE :VK_ATTACHMENT_STORE_OP_DONT_CARE, in addFormatTests()
[all …]