Searched refs:depthOnly (Results 1 – 1 of 1) sorted by relevance
340 const bool depthOnly = isDepthOnly(testParams.depthStencilType); in createRenderPass() local344 …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() local939 if (!depthOnly) in iterate()