Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp586 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask) in writeDepth() function in sw::PixelRoutine
/external/swiftshader/src/Shader/
DPixelRoutine.cpp659 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask) in writeDepth() function in sw::PixelRoutine
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1880 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline() local