Home
last modified time | relevance | path

Searched refs:blend_functions (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/rs/toolkit/
H A DBlend_neon.S595 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 DrsCpuIntrinsics_neon_Blend.S595 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 DBlend_neon.S595 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 DMathTest.cpp131 static int (*blend_functions[])(int, int, int) = { variable
142 failed = (*blend_functions[0])(0,0,0); in test_blend31()