Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp340 const bool depthOnly = isDepthOnly(testParams.depthStencilType); in createRenderPass() local
344 …const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHM… in createRenderPass()
345 …const VkAttachmentStoreOp stencilStoreOp = (depthOnly ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTA… in createRenderPass()
915 const bool depthOnly = isDepthOnly(m_testParams.depthStencilType); in iterate() local
939 if (!depthOnly) in iterate()