OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLEND_X
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Blend.S
582
#define
BLEND_X
(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ;
583
BLEND_LIST(
BLEND_X
)
584
#undef
BLEND_X
612
#define
BLEND_X
(d, n) .rept d-off ; .word 0 ; .endr ; .word blend_line_##n-1b ; .set off, d+1 ;
613
BLEND_LIST(
BLEND_X
)
614
#undef
BLEND_X
rsCpuIntrinsics_advsimd_Blend.S
578
#define
BLEND_X
(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ;
579
BLEND_LIST(
BLEND_X
)
580
#undef
BLEND_X
607
#define
BLEND_X
(d, n) .rept d-off ; .hword 0 ; .endr ; .hword blend_line_##n - 2b ; .set off, d+1 ;
608
BLEND_LIST(
BLEND_X
)
609
#undef
BLEND_X
Completed in 267 milliseconds