Searched defs:BLEND_X (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Blend.S578 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ; define
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 ; define
608 BLEND_LIST(BLEND_X)
609 #undef BLEND_X
H A DrsCpuIntrinsics_neon_Blend.S582 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ; define
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 ; define
613 BLEND_LIST(BLEND_X)
614 #undef BLEND_X

Completed in 49 milliseconds