OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNROLL
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
500
#define
UNROLL
4
501
while (count >=
UNROLL
) {
514
#if
UNROLL
> 2
520
#if
UNROLL
> 2
546
#if
UNROLL
> 2
570
#if
UNROLL
> 2
574
src +=
UNROLL
;
575
dst +=
UNROLL
;
576
count -=
UNROLL
;
578
#undef
UNROLL
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
500
#define
UNROLL
4
501
while (count >=
UNROLL
) {
514
#if
UNROLL
> 2
520
#if
UNROLL
> 2
546
#if
UNROLL
> 2
570
#if
UNROLL
> 2
574
src +=
UNROLL
;
575
dst +=
UNROLL
;
576
count -=
UNROLL
;
578
#undef
UNROLL
[
all
...]
/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
389
#define
UNROLL
8
392
if (w >=
UNROLL
) {
441
device +=
UNROLL
;
442
alpha +=
UNROLL
;
443
w -=
UNROLL
;
444
} while (w >=
UNROLL
);
457
#undef
UNROLL
[
all
...]
/external/skia/src/core/
SkBlitRow_D32.cpp
13
#define
UNROLL
32
#ifdef
UNROLL
61
#ifdef
UNROLL
90
#ifdef
UNROLL
SkBlitter_RGB16.cpp
389
#define
UNROLL
8
392
if (w >=
UNROLL
) {
441
device +=
UNROLL
;
442
alpha +=
UNROLL
;
443
w -=
UNROLL
;
444
} while (w >=
UNROLL
);
457
#undef
UNROLL
[
all
...]
Completed in 930 milliseconds