Searched refs:native_distance (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/script_api/include/ |
D | rs_vector_math.rsh | 67 * See also fast_distance(), native_distance(). 146 * See also distance(), native_distance(). 271 * native_distance: Approximate distance between two points 279 native_distance(float left_vector, float right_vector); 284 native_distance(float2 left_vector, float2 right_vector); 289 native_distance(float3 left_vector, float3 right_vector); 294 native_distance(float4 left_vector, float4 right_vector); 299 native_distance(half left_vector, half right_vector); 304 native_distance(half2 left_vector, half2 right_vector); 309 native_distance(half3 left_vector, half3 right_vector); [all …]
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 74 See also @fast_distance(), @native_distance(). 129 See also @distance(), @native_distance(). 197 function: native_distance 213 function: native_distance
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 1643 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, … in native_distance() function 1644 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1… in native_distance() function 1645 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1… in native_distance() function 1646 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1… in native_distance() function 2281 H_FUNC_HN_HN(native_distance);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 267 TEST_H_FUNC_HN_HN(native_distance);
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 7621 *(float*)buf2723 = native_distance(*(float*)buf2724, *(float*)buf2725); 7622 *(float*)buf2726 = native_distance(*(float2*)buf2727, *(float2*)buf2728); 7623 *(float*)buf2729 = native_distance(*(float3*)buf2730, *(float3*)buf2731); 7624 *(float*)buf2732 = native_distance(*(float4*)buf2733, *(float4*)buf2734); 7625 *(half*)buf2735 = native_distance(*(half*)buf2736, *(half*)buf2737); 7626 *(half*)buf2738 = native_distance(*(half2*)buf2739, *(half2*)buf2740); 7627 *(half*)buf2741 = native_distance(*(half3*)buf2742, *(half3*)buf2743); 7628 *(half*)buf2744 = native_distance(*(half4*)buf2745, *(half4*)buf2746);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 4850 *(float*)buf1869 = native_distance(*(float*)buf1870, *(float*)buf1871); 4851 *(float*)buf1872 = native_distance(*(float2*)buf1873, *(float2*)buf1874); 4852 *(float*)buf1875 = native_distance(*(float3*)buf1876, *(float3*)buf1877); 4853 *(float*)buf1878 = native_distance(*(float4*)buf1879, *(float4*)buf1880);
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 5570 *(float*)buf1869 = native_distance(*(float*)buf1870, *(float*)buf1871); 5571 *(float*)buf1872 = native_distance(*(float2*)buf1873, *(float2*)buf1874); 5572 *(float*)buf1875 = native_distance(*(float3*)buf1876, *(float3*)buf1877); 5573 *(float*)buf1878 = native_distance(*(float4*)buf1879, *(float4*)buf1880);
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 5500 *(float*)buf1869 = native_distance(*(float*)buf1870, *(float*)buf1871); 5501 *(float*)buf1872 = native_distance(*(float2*)buf1873, *(float2*)buf1874); 5502 *(float*)buf1875 = native_distance(*(float3*)buf1876, *(float3*)buf1877); 5503 *(float*)buf1878 = native_distance(*(float4*)buf1879, *(float4*)buf1880);
|