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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
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/ScriptGroupTest/src/com/android/rs/sgtest/
vignette_approx_f.rsh 52 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /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));
  /frameworks/rs/driver/runtime/arch/
generic.c 650 * half_RECIP
653 extern float2 __attribute__((overloadable)) half_recip(float2 v) { function
657 extern float3 __attribute__((overloadable)) half_recip(float3 v) { function
661 extern float4 __attribute__((overloadable)) half_recip(float4 v) { function
  /frameworks/rs/api/
rs_math.spec 1118 function: half_recip
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1217 extern float __attribute__((overloadable)) half_recip(float v) { function
    [all...]

Completed in 789 milliseconds