Home
last modified time | relevance | path

Searched refs:native_length (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/script_api/include/
Drs_vector_math.rsh176 * See also length(), native_length().
236 * See also fast_length(), native_length().
318 * native_length: Approximate length of a vector
326 native_length(float v);
331 native_length(float2 v);
336 native_length(float3 v);
341 native_length(float4 v);
346 native_length(half v);
351 native_length(half2 v);
356 native_length(half3 v);
[all …]
/frameworks/rs/script_api/
Drs_vector_math.spec147 See also @length(), @native_length().
183 See also @fast_length(), @native_length().
224 function: native_length
239 function: native_length
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript209 TEST_H_FUNC_HN(native_length);
268 TEST_H_FUNC_HN(native_length);
/frameworks/rs/driver/runtime/
Drs_cl.c1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function
1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function
1650 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function
1651 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function
2290 H_FUNC_HN(native_length);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7677 *(float*)buf2859 = native_length(*(float*)buf2860);
7678 *(float*)buf2861 = native_length(*(float2*)buf2862);
7679 *(float*)buf2863 = native_length(*(float3*)buf2864);
7680 *(float*)buf2865 = native_length(*(float4*)buf2866);
7681 *(half*)buf2867 = native_length(*(half*)buf2868);
7682 *(half*)buf2869 = native_length(*(half2*)buf2870);
7683 *(half*)buf2871 = native_length(*(half3*)buf2872);
7684 *(half*)buf2873 = native_length(*(half4*)buf2874);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4878 *(float*)buf1937 = native_length(*(float*)buf1938);
4879 *(float*)buf1939 = native_length(*(float2*)buf1940);
4880 *(float*)buf1941 = native_length(*(float3*)buf1942);
4881 *(float*)buf1943 = native_length(*(float4*)buf1944);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5598 *(float*)buf1937 = native_length(*(float*)buf1938);
5599 *(float*)buf1939 = native_length(*(float2*)buf1940);
5600 *(float*)buf1941 = native_length(*(float3*)buf1942);
5601 *(float*)buf1943 = native_length(*(float4*)buf1944);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5528 *(float*)buf1937 = native_length(*(float*)buf1938);
5529 *(float*)buf1939 = native_length(*(float2*)buf1940);
5530 *(float*)buf1941 = native_length(*(float3*)buf1942);
5531 *(float*)buf1943 = native_length(*(float4*)buf1944);