Lines Matching refs:cMask
69 void PixelProgram::applyShader(Int cMask[4]) in applyShader()
295 case Shader::OPCODE_TEXKILL: TEXKILL(cMask, d, dst.mask); break; in applyShader()
304 case Shader::OPCODE_DISCARD: DISCARD(cMask, instruction); break; in applyShader()
579 Bool PixelProgram::alphaTest(Int cMask[4]) in alphaTest()
596 cMask[q] &= aMask; in alphaTest()
601 alphaToCoverage(cMask, c[0].w); in alphaTest()
605 Int pass = cMask[0]; in alphaTest()
609 pass = pass | cMask[q]; in alphaTest()
615 …rOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]) in rasterOperation()
674 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
709 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
1289 void PixelProgram::TEXKILL(Int cMask[4], Vector4f &src, unsigned char mask) in TEXKILL()
1306 cMask[q] &= kill; in TEXKILL()
1312 void PixelProgram::DISCARD(Int cMask[4], const Shader::Instruction *instruction) in DISCARD()
1323 cMask[q] &= kill; in DISCARD()