Home
last modified time | relevance | path

Searched refs:alphaTest (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp47 virtual Bool alphaTest(Int cMask[4]) = 0;
52 void alphaTest(Int &aMask, Short4 &alpha);
DPixelProgram.hpp53 virtual Bool alphaTest(Int cMask[4]);
DPixelPipeline.hpp32 virtual Bool alphaTest(Int cMask[4]);
DPixelProgram.cpp539 Bool PixelProgram::alphaTest(Int cMask[4]) in alphaTest() function in sw::PixelProgram
554 PixelRoutine::alphaTest(aMask, alpha); in alphaTest()
DPixelPipeline.cpp261 Bool PixelPipeline::alphaTest(Int cMask[4]) in alphaTest() function in sw::PixelPipeline
277 PixelRoutine::alphaTest(aMask, current.w); in alphaTest()
DPixelRoutine.cpp220 alphaPass = alphaTest(cMask); in quad()
533 void PixelRoutine::alphaTest(Int &aMask, Short4 &alpha) in alphaTest() function in sw::PixelRoutine