Searched refs:UNROLL (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBlitRow_D32.cpp14 #define UNROLL macro
30 #ifdef UNROLL
62 #ifdef UNROLL
H A DSkBlitter_RGB16.cpp378 #define UNROLL 8 macro
381 if (w >= UNROLL) {
430 device += UNROLL;
431 alpha += UNROLL;
432 w -= UNROLL;
433 } while (w >= UNROLL);
446 #undef UNROLL macro
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1050 #define UNROLL 8 macro
1052 if (count >= UNROLL) {
1133 dst += UNROLL;
1134 count -= UNROLL;
1135 // skip x += UNROLL, since it's unchanged mod-4
1136 } while (count >= UNROLL);
1138 #undef UNROLL macro
1181 #define UNROLL 8 macro
1182 if (count >= UNROLL) {
1187 while (count >= UNROLL) {
1248 #undef UNROLL macro
[all...]

Completed in 175 milliseconds