Searched defs:cf (Results 1 - 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
H A D | GGLAssembler.cpp | 679 int cf = scratches.obtain(); local 680 LDRH(AL, cf, parts.covPtr.reg, immed8_post(2)); 683 SMULWB(AL, fragment.reg, incoming.reg, cf); 686 SMULWB(AL, fragment.reg, fragment.reg, cf);
|
/system/core/libpixelflinger/ |
H A D | scanline.cpp | 701 int16_t cf = *covPtr++; local 702 fragment.c[0] = (int64_t(fragment.c[0]) * cf) >> 15;
|
H A D | trap.cpp | 1071 int cf = gglMulx((dx >> 1) + (l_min_i + FIXED_ONE - l_max), dy, local 1073 ADD_COVERAGE(coverage, cf); 1074 // all pixels on the right have cf = 1.0 1090 int32_t cf = (dx * dx * y_incr) >> cf_shift; local 1091 ADD_COVERAGE(coverage, cf); 1094 // to fix-up the cf to account for previous partial pixel 1096 cf -= (dx * dx * y_incr) >> cf_shift; 1098 cf += y_incr >> (TRI_ITERATORS_BITS-15); 1099 ADD_COVERAGE(coverage, cf); 1104 cf 1110 int cf = ((y - yt) << (15 - TRI_FRACTION_BITS)); local 1124 int cf = gglMulx((dx >> 1) + (r_min_i + FIXED_ONE - r_max), dy, local 1132 int32_t cf = (dx * dx * y_incr) >> cf_shift; local [all...] |
Completed in 6323 milliseconds