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()
578 Bool PixelProgram::alphaTest(Int cMask[4]) in alphaTest()
595 cMask[q] &= aMask; in alphaTest()
600 alphaToCoverage(cMask, c[0].w); in alphaTest()
604 Int pass = cMask[0]; in alphaTest()
608 pass = pass | cMask[q]; in alphaTest()
614 …rOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]) in rasterOperation()
664 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
697 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
1264 void PixelProgram::TEXKILL(Int cMask[4], Vector4f &src, unsigned char mask) in TEXKILL()
1281 cMask[q] &= kill; in TEXKILL()
1287 void PixelProgram::DISCARD(Int cMask[4], const Shader::Instruction *instruction) in DISCARD()
1298 cMask[q] &= kill; in DISCARD()