Home
last modified time | relevance | path

Searched defs:hasDepthStencilResolve (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkRenderPass.hpp56 bool hasDepthStencilResolve() const in hasDepthStencilResolve() function in vk::RenderPass
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp246 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass() local