Home
last modified time | relevance | path

Searched refs:fast_distance (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/script_api/include/
Drs_vector_math.rsh67 * See also fast_distance(), native_distance().
139 * fast_distance: Approximate distance between two points
150 fast_distance(float left_vector, float right_vector);
155 fast_distance(float2 left_vector, float2 right_vector);
160 fast_distance(float3 left_vector, float3 right_vector);
165 fast_distance(float4 left_vector, float4 right_vector);
275 * See also distance(), fast_distance().
/frameworks/rs/script_api/
Drs_vector_math.spec74 See also @fast_distance(), @native_distance().
114 function: fast_distance
209 See also @distance(), @fast_distance().
/frameworks/rs/driver/runtime/
Drs_cl.c1179 extern float __attribute__((overloadable)) fast_distance(float lhs, float rhs) { in fast_distance() function
1182 extern float __attribute__((overloadable)) fast_distance(float2 lhs, float2 rhs) { in fast_distance() function
1185 extern float __attribute__((overloadable)) fast_distance(float3 lhs, float3 rhs) { in fast_distance() function
1188 extern float __attribute__((overloadable)) fast_distance(float4 lhs, float4 rhs) { in fast_distance() function
1643 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, … in native_distance()
1644 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1… in native_distance()
1645 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1… in native_distance()
1646 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1… in native_distance()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript1071 f = fast_distance(f, f);
1072 f = fast_distance(f2, f2);
1073 f = fast_distance(f3, f3);
1074 f = fast_distance(f4, f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript1091 f = fast_distance(f, f);
1092 f = fast_distance(f2, f2);
1093 f = fast_distance(f3, f3);
1094 f = fast_distance(f4, f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript1089 f = fast_distance(f, f);
1090 f = fast_distance(f2, f2);
1091 f = fast_distance(f3, f3);
1092 f = fast_distance(f4, f4);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript404 BENCH_FN_FUNC_FN_FN(fast_distance);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rscript2928 *(float*)buf636 = fast_distance(*(float*)buf637, *(float*)buf638);
2929 *(float*)buf639 = fast_distance(*(float2*)buf640, *(float2*)buf641);
2930 *(float*)buf642 = fast_distance(*(float3*)buf643, *(float3*)buf644);
2931 *(float*)buf645 = fast_distance(*(float4*)buf646, *(float4*)buf647);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript3487 *(float*)buf636 = fast_distance(*(float*)buf637, *(float*)buf638);
3488 *(float*)buf639 = fast_distance(*(float2*)buf640, *(float2*)buf641);
3489 *(float*)buf642 = fast_distance(*(float3*)buf643, *(float3*)buf644);
3490 *(float*)buf645 = fast_distance(*(float4*)buf646, *(float4*)buf647);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript3786 *(float*)buf860 = fast_distance(*(float*)buf861, *(float*)buf862);
3787 *(float*)buf863 = fast_distance(*(float2*)buf864, *(float2*)buf865);
3788 *(float*)buf866 = fast_distance(*(float3*)buf867, *(float3*)buf868);
3789 *(float*)buf869 = fast_distance(*(float4*)buf870, *(float4*)buf871);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript3767 *(float*)buf860 = fast_distance(*(float*)buf861, *(float*)buf862);
3768 *(float*)buf863 = fast_distance(*(float2*)buf864, *(float2*)buf865);
3769 *(float*)buf866 = fast_distance(*(float3*)buf867, *(float3*)buf868);
3770 *(float*)buf869 = fast_distance(*(float4*)buf870, *(float4*)buf871);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4583 *(float*)buf1166 = fast_distance(*(float*)buf1167, *(float*)buf1168);
4584 *(float*)buf1169 = fast_distance(*(float2*)buf1170, *(float2*)buf1171);
4585 *(float*)buf1172 = fast_distance(*(float3*)buf1173, *(float3*)buf1174);
4586 *(float*)buf1175 = fast_distance(*(float4*)buf1176, *(float4*)buf1177);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5303 *(float*)buf1166 = fast_distance(*(float*)buf1167, *(float*)buf1168);
5304 *(float*)buf1169 = fast_distance(*(float2*)buf1170, *(float2*)buf1171);
5305 *(float*)buf1172 = fast_distance(*(float3*)buf1173, *(float3*)buf1174);
5306 *(float*)buf1175 = fast_distance(*(float4*)buf1176, *(float4*)buf1177);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5233 *(float*)buf1166 = fast_distance(*(float*)buf1167, *(float*)buf1168);
5234 *(float*)buf1169 = fast_distance(*(float2*)buf1170, *(float2*)buf1171);
5235 *(float*)buf1172 = fast_distance(*(float3*)buf1173, *(float3*)buf1174);
5236 *(float*)buf1175 = fast_distance(*(float4*)buf1176, *(float4*)buf1177);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7175 *(float*)buf1562 = fast_distance(*(float*)buf1563, *(float*)buf1564);
7176 *(float*)buf1565 = fast_distance(*(float2*)buf1566, *(float2*)buf1567);
7177 *(float*)buf1568 = fast_distance(*(float3*)buf1569, *(float3*)buf1570);
7178 *(float*)buf1571 = fast_distance(*(float4*)buf1572, *(float4*)buf1573);