Lines Matching refs:cMask
61 void PixelPipeline::applyShader(Int cMask[4]) in applyShader()
148 TEXKILL(cMask, x, y, z); in applyShader()
154 TEXKILL(cMask, x, y, z); in applyShader()
158 TEXKILL(cMask, rs[dst.index]); in applyShader()
261 Bool PixelPipeline::alphaTest(Int cMask[4]) in alphaTest()
281 cMask[q] &= aMask; in alphaTest()
288 alphaToCoverage(cMask, alpha); in alphaTest()
292 Int pass = cMask[0]; in alphaTest()
296 pass = pass | cMask[q]; in alphaTest()
302 …rOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]) in rasterOperation()
351 writeColor(0, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
370 writeColor(0, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
1653 void PixelPipeline::TEXKILL(Int cMask[4], Float4 &u, Float4 &v, Float4 &s) in TEXKILL()
1661 cMask[q] &= kill; in TEXKILL()
1665 void PixelPipeline::TEXKILL(Int cMask[4], Vector4s &src) in TEXKILL()
1672 cMask[q] &= kill; in TEXKILL()