Searched refs:blend_functions (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | Blend_neon.S | 595 adr ip, blend_functions 596 cmp r2, #(blend_functions_end - blend_functions) >> 2 610 blend_functions: label
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_neon_Blend.S | 595 adr ip, blend_functions 596 cmp r2, #(blend_functions_end - blend_functions) >> 2 610 blend_functions: label
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | Blend_neon.S | 595 adr ip, blend_functions 596 cmp r2, #(blend_functions_end - blend_functions) >> 2 610 blend_functions: label
|
/aosp_15_r20/external/skia/tests/ |
H A D | MathTest.cpp | 131 static int (*blend_functions[])(int, int, int) = { variable 142 failed = (*blend_functions[0])(0,0,0); in test_blend31()
|