Searched refs:rix (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_precise.c1280 int lix, rix; local in function:inplace_row
1314 rix = rfx = 0;
1316 rix = width;
1319 SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx);
1320 if (lix == rix) {
1332 assert(rix <= width);
1334 assert(rix < width);
1335 row[rix] += rfx * SAMPLES_Y;
1338 if (rix > ++lix) {
1340 rix
1394 int lix, rix; local in function:inplace_subrow
[all...]
H A Dsna_trapezoids_imprecise.c1270 int lix, rix; local in function:inplace_row
1304 rix = rfx = 0;
1306 rix = width;
1309 FAST_SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx);
1310 if (lix == rix) {
1322 assert(rix <= width);
1324 assert(rix < width);
1325 row[rix] += rfx * 256 / FAST_SAMPLES_X;
1328 if (rix > ++lix) {
1330 rix
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_precise.c1270 int lix, rix; local in function:inplace_row
1304 rix = rfx = 0;
1306 rix = width;
1309 SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx);
1310 if (lix == rix) {
1322 assert(rix <= width);
1324 assert(rix < width);
1325 row[rix] += rfx * SAMPLES_Y;
1328 if (rix > ++lix) {
1330 rix
1384 int lix, rix; local in function:inplace_subrow
[all...]
H A Dsna_trapezoids_imprecise.c1260 int lix, rix; local in function:inplace_row
1294 rix = rfx = 0;
1296 rix = width;
1299 FAST_SAMPLES_X_TO_INT_FRAC(right->cell, rix, rfx);
1300 if (lix == rix) {
1312 assert(rix <= width);
1314 assert(rix < width);
1315 row[rix] += rfx * 256 / FAST_SAMPLES_X;
1318 if (rix > ++lix) {
1320 rix
[all...]

Completed in 13 milliseconds