Searched refs:hasDepthStencilResolve (Results 1 – 3 of 3) sorted by relevance
56 bool hasDepthStencilResolve() const in hasDepthStencilResolve() function in vk::RenderPass
187 if(renderPass->hasDepthStencilResolve() && subpass.pDepthStencilAttachment != nullptr) in resolve()
247 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass() local306 if (hasDepthStencilResolve) in makeRenderPass()326 if (hasDepthStencilResolve) in makeRenderPass()337 hasDepthStencilResolve ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass()