Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.cpp58 Int zMask[4]; // Depth mask in quad() local
387 …ne::depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zMask, Int &cMask) in depthTest()
658 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask) in writeDepth()
729 …void PixelRoutine::writeStencil(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &zMask, Int… in writeStencil()
795 …ion stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &sMask) in stencilOperation()
1384 …r(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &sMask, Int &zMask, Int &cMask) in writeColor()
2220 …eColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask, Int &zMask, Int &cMask) in writeColor()