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
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
...]
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
656
#define
UNROLL
4
657
while (count >=
UNROLL
) {
670
#if
UNROLL
> 2
676
#if
UNROLL
> 2
702
#if
UNROLL
> 2
726
#if
UNROLL
> 2
730
src +=
UNROLL
;
731
dst +=
UNROLL
;
732
count -=
UNROLL
;
734
#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
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/skia/src/core/
SkBlitRow_D32.cpp
13
#define
UNROLL
32
#ifdef
UNROLL
61
#ifdef
UNROLL
90
#ifdef
UNROLL
SkBlitter_RGB16.cpp
391
#define
UNROLL
8
394
if (w >=
UNROLL
) {
443
device +=
UNROLL
;
444
alpha +=
UNROLL
;
445
w -=
UNROLL
;
446
} while (w >=
UNROLL
);
459
#undef
UNROLL
[
all
...]
Completed in 421 milliseconds