Searched refs:rfx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_trapezoids_precise.c | 1279 int lfx, rfx; local in function:inplace_row 1314 rix = rfx = 0; 1317 rfx = 0; 1319 SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx); 1321 if (rfx != lfx) { 1323 row[lix] += (rfx-lfx) * SAMPLES_Y; 1333 if (rfx) { 1335 row[rix] += rfx * SAMPLES_Y; 1393 int lfx, rfx; local in function:inplace_subrow 1461 rix = rfx [all...] |
| H A D | sna_trapezoids_imprecise.c | 1269 int lfx, rfx; local in function:inplace_row 1304 rix = rfx = 0; 1307 rfx = 0; 1309 FAST_SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx); 1311 if (rfx != lfx) { 1313 row[lix] += (rfx-lfx) * 256 / FAST_SAMPLES_X; 1323 if (rfx) { 1325 row[rix] += rfx * 256 / FAST_SAMPLES_X;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_trapezoids_precise.c | 1269 int lfx, rfx; local in function:inplace_row 1304 rix = rfx = 0; 1307 rfx = 0; 1309 SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx); 1311 if (rfx != lfx) { 1313 row[lix] += (rfx-lfx) * SAMPLES_Y; 1323 if (rfx) { 1325 row[rix] += rfx * SAMPLES_Y; 1383 int lfx, rfx; local in function:inplace_subrow 1451 rix = rfx [all...] |
| H A D | sna_trapezoids_imprecise.c | 1259 int lfx, rfx; local in function:inplace_row 1294 rix = rfx = 0; 1297 rfx = 0; 1299 FAST_SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx); 1301 if (rfx != lfx) { 1303 row[lix] += (rfx-lfx) * 256 / FAST_SAMPLES_X; 1313 if (rfx) { 1315 row[rix] += rfx * 256 / FAST_SAMPLES_X;
|
Completed in 16 milliseconds