Searched refs:native_sincos (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 221 TEST_HN_FUNC_HN_PHN(native_sincos);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 2307 extern half __attribute__((overloadable)) native_sincos(half v, half *cosptr) { in native_sincos() function 2310 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) { in native_sincos() function 2313 extern half3 __attribute__((overloadable)) native_sincos(half3 v, half3 *cosptr) { in native_sincos() function 2316 extern half4 __attribute__((overloadable)) native_sincos(half4 v, half4 *cosptr) { in native_sincos() function
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5132 * native_sincos: Approximate sine and cosine 5146 native_sincos(float v, float* cos); 5151 native_sincos(float2 v, float2* cos); 5156 native_sincos(float3 v, float3* cos); 5161 native_sincos(float4 v, float4* cos); 5166 native_sincos(half v, half* cos); 5171 native_sincos(half2 v, half2* cos); 5176 native_sincos(half3 v, half3* cos); 5181 native_sincos(half4 v, half4* cos); 6012 * See also native_sincos().
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2578 function: native_sincos 2594 function: native_sincos 3102 See also @native_sincos().
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 7765 *(float*)buf3051 = native_sincos(*(float*)buf3052, (float*) buf3053); 7766 *(float2*)buf3054 = native_sincos(*(float2*)buf3055, (float2*) buf3056); 7767 *(float3*)buf3057 = native_sincos(*(float3*)buf3058, (float3*) buf3059); 7768 *(float4*)buf3060 = native_sincos(*(float4*)buf3061, (float4*) buf3062); 7769 *(half*)buf3063 = native_sincos(*(half*)buf3064, (half*) buf3065); 7770 *(half2*)buf3066 = native_sincos(*(half2*)buf3067, (half2*) buf3068); 7771 *(half3*)buf3069 = native_sincos(*(half3*)buf3070, (half3*) buf3071); 7772 *(half4*)buf3072 = native_sincos(*(half4*)buf3073, (half4*) buf3074);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 4922 *(float*)buf2033 = native_sincos(*(float*)buf2034, (float*) buf2035); 4923 *(float2*)buf2036 = native_sincos(*(float2*)buf2037, (float2*) buf2038); 4924 *(float3*)buf2039 = native_sincos(*(float3*)buf2040, (float3*) buf2041); 4925 *(float4*)buf2042 = native_sincos(*(float4*)buf2043, (float4*) buf2044);
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 5642 *(float*)buf2033 = native_sincos(*(float*)buf2034, (float*) buf2035); 5643 *(float2*)buf2036 = native_sincos(*(float2*)buf2037, (float2*) buf2038); 5644 *(float3*)buf2039 = native_sincos(*(float3*)buf2040, (float3*) buf2041); 5645 *(float4*)buf2042 = native_sincos(*(float4*)buf2043, (float4*) buf2044);
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 5572 *(float*)buf2033 = native_sincos(*(float*)buf2034, (float*) buf2035); 5573 *(float2*)buf2036 = native_sincos(*(float2*)buf2037, (float2*) buf2038); 5574 *(float3*)buf2039 = native_sincos(*(float3*)buf2040, (float3*) buf2041); 5575 *(float4*)buf2042 = native_sincos(*(float4*)buf2043, (float4*) buf2044);
|