Lines Matching refs:cMask
64 void PixelProgram::applyShader(Int cMask[4]) in applyShader()
287 case Shader::OPCODE_TEXKILL: TEXKILL(cMask, d, dst.mask); break; in applyShader()
294 case Shader::OPCODE_DISCARD: DISCARD(cMask, instruction); break; in applyShader()
539 Bool PixelProgram::alphaTest(Int cMask[4]) in alphaTest()
558 cMask[q] &= aMask; in alphaTest()
563 alphaToCoverage(cMask, c[0].w); in alphaTest()
567 Int pass = cMask[0]; in alphaTest()
571 pass = pass | cMask[q]; in alphaTest()
577 …rOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]) in rasterOperation()
634 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
656 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
1153 void PixelProgram::TEXKILL(Int cMask[4], Vector4f &src, unsigned char mask) in TEXKILL()
1170 cMask[q] &= kill; in TEXKILL()
1176 void PixelProgram::DISCARD(Int cMask[4], const Shader::Instruction *instruction) in DISCARD()
1187 cMask[q] &= kill; in DISCARD()