Searched refs:fast_distance (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c1022 extern float __attribute__((overloadable)) fast_distance(float lhs, float rhs) { function
1025 extern float __attribute__((overloadable)) fast_distance(float2 lhs, float2 rhs) { function
1028 extern float __attribute__((overloadable)) fast_distance(float3 lhs, float3 rhs) { function
1031 extern float __attribute__((overloadable)) fast_distance(float4 lhs, float4 rhs) { function
1486 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, v2);}
1487 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1, v2);}
1488 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1, v2);}
1489 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1, v2);}
/frameworks/rs/api/
H A Drs_core_math.spec1373 name: fast_distance
/frameworks/rs/scriptc/
H A Drs_core_math.rsh4860 extern float __attribute__((const, overloadable))fast_distance(float lhs, float rhs);
4869 extern float __attribute__((const, overloadable))fast_distance(float2 lhs, float2 rhs);
4878 extern float __attribute__((const, overloadable))fast_distance(float3 lhs, float3 rhs);
4887 extern float __attribute__((const, overloadable))fast_distance(float4 lhs, float4 rhs);

Completed in 198 milliseconds