Searched refs:half_recip (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dvignette_approx.rsh53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dvignette_approx.rsh53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dvignette_approx.rsh53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c664 extern float2 __attribute__((overloadable)) half_recip(float2 v) { function
668 extern float3 __attribute__((overloadable)) half_recip(float3 v) { function
672 extern float4 __attribute__((overloadable)) half_recip(float4 v) { function
/frameworks/rs/api/
H A Drs_core_math.spec1328 name: half_recip
/frameworks/rs/scriptc/
H A Drs_core_math.rsh5374 extern float __attribute__((const, overloadable))half_recip(float v);
5383 extern float2 __attribute__((const, overloadable))half_recip(float2 v);
5392 extern float3 __attribute__((const, overloadable))half_recip(float3 v);
5401 extern float4 __attribute__((const, overloadable))half_recip(float4 v);
/frameworks/rs/driver/runtime/
H A Drs_cl.c1063 extern float __attribute__((overloadable)) half_recip(float v) { function

Completed in 499 milliseconds