HomeSort by relevance Sort by last modified time
    Searched defs:UNROLL (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBlitRow_D32.cpp 13 #define UNROLL
32 #ifdef UNROLL
61 #ifdef UNROLL
90 #ifdef UNROLL
SkBlitter_RGB16.cpp 399 #define UNROLL 8
402 if (w >= UNROLL) {
451 device += UNROLL;
452 alpha += UNROLL;
453 w -= UNROLL;
454 } while (w >= UNROLL);
467 #undef UNROLL
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 754 #define UNROLL 4
755 while (count >= UNROLL) {
768 #if UNROLL > 2
774 #if UNROLL > 2
800 #if UNROLL > 2
824 #if UNROLL > 2
828 src += UNROLL
    [all...]

Completed in 199 milliseconds