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

  /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 * exp(sloped_dist_ratio));
  /frameworks/rs/driver/runtime/arch/
generic.c 773 * half_RECIP
776 extern float __attribute__((overloadable)) half_recip(float v) { function
781 extern float2 __attribute__((overloadable)) half_recip(float2 v) { function
783 r.x = half_recip(r.x);
784 r.y = half_recip(r.y);
788 extern float3 __attribute__((overloadable)) half_recip(float3 v) { function
790 r.x = half_recip(r.x);
791 r.y = half_recip(r.y);
792 r.z = half_recip(r.z);
796 extern float4 __attribute__((overloadable)) half_recip(float4 v) function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 999 _RS_RUNTIME float __attribute__((const, overloadable)) half_recip(float);
1000 FN_FUNC_FN(half_recip)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 999 _RS_RUNTIME float __attribute__((const, overloadable)) half_recip(float);
1000 FN_FUNC_FN(half_recip)
  /frameworks/rs/driver/runtime/
rs_cl.c     [all...]

Completed in 240 milliseconds