Home | History | Annotate | Download | only in source

Lines Matching refs:col

99 		for (uint32 col = 0; col < cols; col++)
140 for (uint32 col = 0; col < cols; col++)
181 for (uint32 col = 0; col < cols; col++)
226 for (uint32 col = 0; col < cols; col++)
275 for (uint32 col = 0; col < cols; col++)
324 for (uint32 col = 0; col < cols; col++)
373 for (uint32 col = 0; col < cols; col++)
422 for (uint32 col = 0; col < cols; col++)
473 for (uint32 col = 0; col < cols; col++)
522 for (uint32 col = 0; col < cols; col++)
571 for (uint32 col = 0; col < cols; col++)
623 for (uint32 col = 0; col < cols; col++)
675 for (uint32 col = 0; col < cols; col++)
727 for (uint32 col = 0; col < cols; col++)
781 for (uint32 col = 0; col < cols; col++)
833 for (uint32 col = 0; col < cols; col++)
885 for (uint32 col = 0; col < cols; col++)
945 for (uint32 col = 0; col < cols; col++)
1021 for (uint32 col = 0; col < cols; col++)
1097 for (uint32 col = 0; col < cols; col++)
1160 for (uint32 col = 0; col < cols; col++)
1309 for (uint32 col = 0; col < count; col++)
1312 real32 A = sPtrA [col];
1313 real32 B = sPtrB [col];
1314 real32 C = sPtrC [col];
1328 dPtrR [col] = r;
1329 dPtrG [col] = g;
1330 dPtrB [col] = b;
1370 for (uint32 col = 0; col < count; col++)
1373 real32 A = sPtrA [col];
1374 real32 B = sPtrB [col];
1375 real32 C = sPtrC [col];
1376 real32 D = sPtrD [col];
1391 dPtrR [col] = r;
1392 dPtrG [col] = g;
1393 dPtrB [col] = b;
1642 for (uint32 col = 0; col < count; col++)
1645 real32 R = sPtrR [col];
1646 real32 G = sPtrG [col];
1647 real32 B = sPtrB [col];
1653 dPtrG [col] = g;
1683 for (uint32 col = 0; col < count; col++)
1686 real32 R = sPtrR [col];
1687 real32 G = sPtrG [col];
1688 real32 B = sPtrB [col];
1698 dPtrR [col] = r;
1699 dPtrG [col] = g;
1700 dPtrB [col] = b;
1714 for (uint32 col = 0; col < count; col++)
1717 real32 x = sPtr [col];
1721 dPtr [col] = y;
1739 for (uint32 col = 0; col < count; col++)
1742 real32 r = sPtrR [col];
1743 real32 g = sPtrG [col];
1744 real32 b = sPtrB [col];
1841 dPtrR [col] = rr;
1842 dPtrG [col] = gg;
1843 dPtrB [col] = bb;
1894 uint32 col;
1900 for (col = 0; col < sCount; col++)
1903 dPtr [col] = w * sPtr [col];
1916 for (col = 0; col < sCount; col++)
1919 dPtr [col] += w * sPtr [col];
1931 for (col = 0; col < sCount; col++)
1934 dPtr [col] = Pin_real32 (0.0f,
1935 dPtr [col] + w * sPtr [col],
2051 for (uint32 col = 0; col < cols; col++)
2103 for (uint32 col = 0; col < cols; col++)
2155 for (uint32 col = 0; col < cols; col++)
2213 for (uint32 col = 0; col < cols; col++)
2222 mPtr [col] = table [index];
2260 for (uint32 col = 0; col < cols; col++)
2263 uint32 s = sPtr [col] + 32768;
2265 uint32 m = mPtr [col];
2271 sPtr [col] = (int16) (s - 32768);
2295 for (uint32 col = 0; col < cols; col++)
2298 uint32 r = rPtr [col] + 32768;
2299 uint32 g = gPtr [col] + 32768;
2300 uint32 b = bPtr [col] + 32768;
2302 uint32 m = mPtr [col];
2312 rPtr [col] = (int16) (r - 32768);
2313 gPtr [col] = (int16) (g - 32768);
2314 bPtr [col] = (int16) (b - 32768);
2341 for (uint32 col = 0; col < cols; col++)
2344 uint32 a = aPtr [col] + 32768;
2345 uint32 b = bPtr [col] + 32768;
2346 uint32 c = cPtr [col] + 32768;
2347 uint32 d = dPtr [col] + 32768;
2349 uint32 m = mPtr [col];
2361 aPtr [col] = (int16) (a - 32768);
2362 bPtr [col] = (int16) (b - 32768);
2363 cPtr [col] = (int16) (c - 32768);
2364 dPtr [col] = (int16) (d - 32768);
2394 for (uint32 col = 0; col < cols; col++)
2397 uint32 s = planePtr [col] + 32768;
2399 uint32 m = maskPtr [col];
2405 planePtr [col] = (int16) (s - 32768);
2451 for (uint32 col = 0; col < cols; col++)
2454 real32 s = sPtr [col];
2456 uint16 m = mPtr [col];
2462 sPtr [col] = s;
2486 for (uint32 col = 0; col < cols; col++)
2489 real32 r = rPtr [col];
2490 real32 g = gPtr [col];
2491 real32 b = bPtr [col];
2493 uint16 m = mPtr [col];
2501 rPtr [col] = r;
2502 gPtr [col] = g;
2503 bPtr [col] = b;
2530 for (uint32 col = 0; col < cols; col++)
2533 real32 a = aPtr [col];
2534 real32 b = bPtr [col];
2535 real32 c = cPtr [col];
2536 real32 d = dPtr [col];
2538 uint16 m = mPtr [col];
2547 aPtr [col] = a;
2548 bPtr [col] = b;
2549 cPtr [col] = c;
2550 dPtr [col] = d;
2580 for (uint32 col = 0; col < cols; col++)
2583 real32 s = planePtr [col];
2585 uint16 m = maskPtr [col];
2591 planePtr [col] = s;