Home
last modified time | relevance | path

Searched refs:half_recip (Results 1 – 20 of 20) sorted by relevance

/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dvignette_approx_f.rsh52 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dvignette_approx.rsh53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dvignette_approx.rsh53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dvignette_approx.rsh53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript1051 f = half_recip(f);
1052 f2 = half_recip(f2);
1053 f3 = half_recip(f3);
1054 f4 = half_recip(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript1071 f = half_recip(f);
1072 f2 = half_recip(f2);
1073 f3 = half_recip(f3);
1074 f4 = half_recip(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript1069 f = half_recip(f);
1070 f2 = half_recip(f2);
1071 f3 = half_recip(f3);
1072 f4 = half_recip(f4);
/frameworks/rs/driver/runtime/arch/
Dgeneric.c653 extern float2 __attribute__((overloadable)) half_recip(float2 v) { in half_recip() function
657 extern float3 __attribute__((overloadable)) half_recip(float3 v) { in half_recip() function
661 extern float4 __attribute__((overloadable)) half_recip(float4 v) { in half_recip() function
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript400 BENCH_FN_FUNC_FN(half_recip);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rscript2982 *(float*)buf786 = half_recip(*(float*)buf787);
2983 *(float2*)buf788 = half_recip(*(float2*)buf789);
2984 *(float3*)buf790 = half_recip(*(float3*)buf791);
2985 *(float4*)buf792 = half_recip(*(float4*)buf793);
/frameworks/rs/script_api/
Drs_math.spec1132 function: half_recip
2492 See also @half_recip().
/frameworks/rs/script_api/include/
Drs_math.rsh2071 * half_recip: Reciprocal computed to 16 bit precision
2081 half_recip(float v);
2086 half_recip(float2 v);
2091 half_recip(float3 v);
2096 half_recip(float4 v);
4948 * See also half_recip().
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript3541 *(float*)buf786 = half_recip(*(float*)buf787);
3542 *(float2*)buf788 = half_recip(*(float2*)buf789);
3543 *(float3*)buf790 = half_recip(*(float3*)buf791);
3544 *(float4*)buf792 = half_recip(*(float4*)buf793);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript3840 *(float*)buf1010 = half_recip(*(float*)buf1011);
3841 *(float2*)buf1012 = half_recip(*(float2*)buf1013);
3842 *(float3*)buf1014 = half_recip(*(float3*)buf1015);
3843 *(float4*)buf1016 = half_recip(*(float4*)buf1017);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript3821 *(float*)buf1010 = half_recip(*(float*)buf1011);
3822 *(float2*)buf1012 = half_recip(*(float2*)buf1013);
3823 *(float3*)buf1014 = half_recip(*(float3*)buf1015);
3824 *(float4*)buf1016 = half_recip(*(float4*)buf1017);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4637 *(float*)buf1316 = half_recip(*(float*)buf1317);
4638 *(float2*)buf1318 = half_recip(*(float2*)buf1319);
4639 *(float3*)buf1320 = half_recip(*(float3*)buf1321);
4640 *(float4*)buf1322 = half_recip(*(float4*)buf1323);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5357 *(float*)buf1316 = half_recip(*(float*)buf1317);
5358 *(float2*)buf1318 = half_recip(*(float2*)buf1319);
5359 *(float3*)buf1320 = half_recip(*(float3*)buf1321);
5360 *(float4*)buf1322 = half_recip(*(float4*)buf1323);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5287 *(float*)buf1316 = half_recip(*(float*)buf1317);
5288 *(float2*)buf1318 = half_recip(*(float2*)buf1319);
5289 *(float3*)buf1320 = half_recip(*(float3*)buf1321);
5290 *(float4*)buf1322 = half_recip(*(float4*)buf1323);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7271 *(float*)buf1834 = half_recip(*(float*)buf1835);
7272 *(float2*)buf1836 = half_recip(*(float2*)buf1837);
7273 *(float3*)buf1838 = half_recip(*(float3*)buf1839);
7274 *(float4*)buf1840 = half_recip(*(float4*)buf1841);
/frameworks/rs/driver/runtime/
Drs_cl.c1220 extern float __attribute__((overloadable)) half_recip(float v) { in half_recip() function