Lines Matching refs:factor
1271 integer_t factor(locals.obtain(), 32, CORRUPTIBLE);
1273 extract(factor, incomingTexel, GGLFormat::ALPHA);
1288 ADD(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, LSR, factor.s-1));
1289 build_blendOneMinusFF(dest, factor, incomingNorm, texel);
1308 integer_t factor(locals.obtain(), 32, CORRUPTIBLE);
1311 extract(factor, incomingTexel, component);
1326 ADD(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, LSR, factor.s-1));
1327 build_blendOneMinusFF(dest, factor, incomingNorm, color);