Home
last modified time | relevance | path

Searched refs:writeDepth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp83 void writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask);
/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp83 void writeDepth(Pointer<Byte> &zBuffer, int q, const Int &x, const Float4 &z, const Int &zMask);
DPixelRoutine.cpp319 writeDepth(zBuffer, q, x, z[q], zMask[q]); in quad()
692 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, const Int &x, const Float4 &z, const I… in writeDepth() function in sw::PixelRoutine
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1940 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline() local
1957 writeDepth, // depthTestEnable in createSubpassPipeline()
1958 writeDepth, // depthWriteEnable in createSubpassPipeline()