Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp715 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, const Int &x, const Int zMask[4], const Sampl… in writeDepth() function in sw::PixelRoutine
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp2996 const VkBool32 writeDepth = m_renderInfo.getDepthStencilAttachmentLayout() && in createSubpassPipeline() local