Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkRenderPass.hpp56 bool hasDepthStencilResolve() const in hasDepthStencilResolve() function in vk::RenderPass
DVkFramebuffer.cpp187 if(renderPass->hasDepthStencilResolve() && subpass.pDepthStencilAttachment != nullptr) in resolve()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp247 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass() local
306 if (hasDepthStencilResolve) in makeRenderPass()
326 if (hasDepthStencilResolve) in makeRenderPass()
337 hasDepthStencilResolve ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass()