/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_vector_math.rsh | 169 * fast_length: Approximate length of a vector 180 fast_length(float v); 185 fast_length(float2 v); 190 fast_length(float3 v); 195 fast_length(float4 v); 236 * See also fast_length(), native_length(). 322 * See also length(), fast_length().
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_vector_math.spec | 133 function: fast_length 183 See also @fast_length(), @native_length(). 235 See also @length(), @fast_length().
|
/aosp12/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
H A D | vignette_approx_f.rsh | 51 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | vignette_approx.rsh | 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | vignette_approx.rsh | 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | vignette_approx.rsh | 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 1166 extern float __attribute__((overloadable)) fast_length(float v) { in FN_FUNC_FN() 1169 extern float __attribute__((overloadable)) fast_length(float2 v) { in fast_length() function 1172 extern float __attribute__((overloadable)) fast_length(float3 v) { in fast_length() function 1175 extern float __attribute__((overloadable)) fast_length(float4 v) { in fast_length() function 1180 return fast_length(lhs - rhs); in fast_distance() 1183 return fast_length(lhs - rhs); in fast_distance() 1186 return fast_length(lhs - rhs); in fast_distance() 1189 return fast_length(lhs - rhs); in fast_distance() 1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() 1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() [all …]
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | mandelbulb.rscript | 67 len = fast_length(p);
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 1066 f = fast_length(f); 1067 f = fast_length(f2); 1068 f = fast_length(f3); 1069 f = fast_length(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 1084 f = fast_length(f); 1085 f = fast_length(f2); 1086 f = fast_length(f3); 1087 f = fast_length(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 1086 f = fast_length(f); 1087 f = fast_length(f2); 1088 f = fast_length(f3); 1089 f = fast_length(f4);
|
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | compute_benchmark.rscript | 403 BENCH_FN_FUNC_FN(fast_length);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_17/ |
H A D | all17.rscript | 2932 *(float*)buf648 = fast_length(*(float*)buf649); 2933 *(float*)buf650 = fast_length(*(float2*)buf651); 2934 *(float*)buf652 = fast_length(*(float3*)buf653); 2935 *(float*)buf654 = fast_length(*(float4*)buf655);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_18/ |
H A D | all18.rscript | 3491 *(float*)buf648 = fast_length(*(float*)buf649); 3492 *(float*)buf650 = fast_length(*(float2*)buf651); 3493 *(float*)buf652 = fast_length(*(float3*)buf653); 3494 *(float*)buf654 = fast_length(*(float4*)buf655);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_19/ |
H A D | all19.rscript | 3771 *(float*)buf872 = fast_length(*(float*)buf873); 3772 *(float*)buf874 = fast_length(*(float2*)buf875); 3773 *(float*)buf876 = fast_length(*(float3*)buf877); 3774 *(float*)buf878 = fast_length(*(float4*)buf879);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_20/ |
H A D | all20.rscript | 3790 *(float*)buf872 = fast_length(*(float*)buf873); 3791 *(float*)buf874 = fast_length(*(float2*)buf875); 3792 *(float*)buf876 = fast_length(*(float3*)buf877); 3793 *(float*)buf878 = fast_length(*(float4*)buf879);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_21/ |
H A D | all21.rscript | 4587 *(float*)buf1178 = fast_length(*(float*)buf1179); 4588 *(float*)buf1180 = fast_length(*(float2*)buf1181); 4589 *(float*)buf1182 = fast_length(*(float3*)buf1183); 4590 *(float*)buf1184 = fast_length(*(float4*)buf1185);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_22/ |
H A D | all22.rscript | 5307 *(float*)buf1178 = fast_length(*(float*)buf1179); 5308 *(float*)buf1180 = fast_length(*(float2*)buf1181); 5309 *(float*)buf1182 = fast_length(*(float3*)buf1183); 5310 *(float*)buf1184 = fast_length(*(float4*)buf1185);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_23/ |
H A D | all23.rscript | 5237 *(float*)buf1178 = fast_length(*(float*)buf1179); 5238 *(float*)buf1180 = fast_length(*(float2*)buf1181); 5239 *(float*)buf1182 = fast_length(*(float3*)buf1183); 5240 *(float*)buf1184 = fast_length(*(float4*)buf1185);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_24/ |
H A D | all24.rscript | 7179 *(float*)buf1574 = fast_length(*(float*)buf1575); 7180 *(float*)buf1576 = fast_length(*(float2*)buf1577); 7181 *(float*)buf1578 = fast_length(*(float3*)buf1579); 7182 *(float*)buf1580 = fast_length(*(float4*)buf1581);
|