HomeSort by relevance Sort by last modified time
    Searched refs:half_recip (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestHalfRecip.rs 24 return half_recip(inV);
28 return half_recip(inV);
32 return half_recip(inV);
36 return half_recip(inV);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vignette_approx.rsh 53 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/
vignette_approx.rsh 53 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/
vignette_approx.rsh 53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 1001 _RS_RUNTIME float __attribute__((const, overloadable)) half_recip(float);
1002 FN_FUNC_FN(half_recip)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 1001 _RS_RUNTIME float __attribute__((const, overloadable)) half_recip(float);
1002 FN_FUNC_FN(half_recip)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 1001 _RS_RUNTIME float __attribute__((const, overloadable)) half_recip(float);
1002 FN_FUNC_FN(half_recip)
  /frameworks/rs/driver/runtime/arch/
generic.c 661 * half_RECIP
664 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/
rs_core_math.spec 1328 name: half_recip
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core_math.rsh     [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1063 extern float __attribute__((overloadable)) half_recip(float v) { function
    [all...]

Completed in 199 milliseconds