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

/frameworks/rs/scriptc/
H A Drs_vector_math.rsh67 * 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(half
[all...]
/frameworks/rs/api/
H A Drs_vector_math.spec74 See also @fast_distance(), @native_distance().
129 See also @distance(), @native_distance().
197 function: native_distance
213 function: native_distance
/frameworks/rs/driver/runtime/
H A Drs_cl.c1640 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, v2);} function
1641 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1, v2);} function
1642 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1, v2);} function
1643 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1, v2);} function
2278 H_FUNC_HN_HN(native_distance); variable

Completed in 199 milliseconds