Lines Matching refs:UNROLL

888 #define    UNROLL    4  in S32A_Opaque_BlitRow32_neon()  macro
889 while (count >= UNROLL) { in S32A_Opaque_BlitRow32_neon()
902 #if UNROLL > 2 in S32A_Opaque_BlitRow32_neon()
908 #if UNROLL > 2 in S32A_Opaque_BlitRow32_neon()
934 #if UNROLL > 2 in S32A_Opaque_BlitRow32_neon()
958 #if UNROLL > 2 in S32A_Opaque_BlitRow32_neon()
962 src += UNROLL; in S32A_Opaque_BlitRow32_neon()
963 dst += UNROLL; in S32A_Opaque_BlitRow32_neon()
964 count -= UNROLL; in S32A_Opaque_BlitRow32_neon()
966 #undef UNROLL in S32A_Opaque_BlitRow32_neon()
989 #define UNROLL 4 in S32A_Opaque_BlitRow32_neon_src_alpha() macro
990 const SkPMColor* SK_RESTRICT src_end = src + count - (UNROLL + 1); in S32A_Opaque_BlitRow32_neon_src_alpha()
1060 src += UNROLL; in S32A_Opaque_BlitRow32_neon_src_alpha()
1061 dst += UNROLL; in S32A_Opaque_BlitRow32_neon_src_alpha()
1110 src+=UNROLL; in S32A_Opaque_BlitRow32_neon_src_alpha()
1111 dst+=UNROLL; in S32A_Opaque_BlitRow32_neon_src_alpha()
1132 src_end += UNROLL + 1; //goto the real end in S32A_Opaque_BlitRow32_neon_src_alpha()
1146 #undef UNROLL in S32A_Opaque_BlitRow32_neon_src_alpha()
1319 #define UNROLL 8 in S32A_D565_Opaque_Dither_neon() macro
1321 if (count >= UNROLL) { in S32A_D565_Opaque_Dither_neon()
1402 dst += UNROLL; in S32A_D565_Opaque_Dither_neon()
1403 count -= UNROLL; in S32A_D565_Opaque_Dither_neon()
1405 } while (count >= UNROLL); in S32A_D565_Opaque_Dither_neon()
1407 #undef UNROLL in S32A_D565_Opaque_Dither_neon()
1450 #define UNROLL 8 in S32_D565_Opaque_Dither_neon() macro
1451 if (count >= UNROLL) { in S32_D565_Opaque_Dither_neon()
1456 while (count >= UNROLL) { in S32_D565_Opaque_Dither_neon()
1511 dst += UNROLL; in S32_D565_Opaque_Dither_neon()
1513 count -= UNROLL; in S32_D565_Opaque_Dither_neon()
1514 x += UNROLL; // probably superfluous in S32_D565_Opaque_Dither_neon()
1517 #undef UNROLL in S32_D565_Opaque_Dither_neon()