Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 166) sorted by relevance

1234567

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestConvert.rs23 float2 __attribute__((kernel)) testConvertFloat2Float2Float2(float2 inV) {
27 float3 __attribute__((kernel)) testConvertFloat3Float3Float3(float3 inV) {
31 float4 __attribute__((kernel)) testConvertFloat4Float4Float4(float4 inV) {
35 float2 __attribute__((kernel)) testConvertFloat2Char2Float2(char2 inV) {
39 float3 __attribute__((kernel)) testConvertFloat3Char3Float3(char3 inV) {
43 float4 __attribute__((kernel)) testConvertFloat4Char4Float4(char4 inV) {
47 float2 __attribute__((kernel)) testConvertFloat2Uchar2Float2(uchar2 inV) {
51 float3 __attribute__((kernel)) testConvertFloat3Uchar3Float3(uchar3 inV) {
55 float4 __attribute__((kernel)) testConvertFloat4Uchar4Float4(uchar4 inV) {
59 float2 __attribute__((kernel)) testConvertFloat2Short2Float2(short2 inV) {
[all …]
DTestClz.rs23 char __attribute__((kernel)) testClzCharChar(char inValue) {
27 char2 __attribute__((kernel)) testClzChar2Char2(char2 inValue) {
31 char3 __attribute__((kernel)) testClzChar3Char3(char3 inValue) {
35 char4 __attribute__((kernel)) testClzChar4Char4(char4 inValue) {
39 uchar __attribute__((kernel)) testClzUcharUchar(uchar inValue) {
43 uchar2 __attribute__((kernel)) testClzUchar2Uchar2(uchar2 inValue) {
47 uchar3 __attribute__((kernel)) testClzUchar3Uchar3(uchar3 inValue) {
51 uchar4 __attribute__((kernel)) testClzUchar4Uchar4(uchar4 inValue) {
55 short __attribute__((kernel)) testClzShortShort(short inValue) {
59 short2 __attribute__((kernel)) testClzShort2Short2(short2 inValue) {
[all …]
DTestMin.rs24 float __attribute__((kernel)) testMinFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testMinFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testMinFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testMinFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testMinHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testMinHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testMinHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testMinHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testMinFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testMinFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestMax.rs24 float __attribute__((kernel)) testMaxFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testMaxFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testMaxFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testMaxFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testMaxHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testMaxHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testMaxHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testMaxHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testMaxFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testMaxFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestAbs.rs23 uchar __attribute__((kernel)) testAbsCharUchar(char inV) {
27 uchar2 __attribute__((kernel)) testAbsChar2Uchar2(char2 inV) {
31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inV) {
35 uchar4 __attribute__((kernel)) testAbsChar4Uchar4(char4 inV) {
39 ushort __attribute__((kernel)) testAbsShortUshort(short inV) {
43 ushort2 __attribute__((kernel)) testAbsShort2Ushort2(short2 inV) {
47 ushort3 __attribute__((kernel)) testAbsShort3Ushort3(short3 inV) {
51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inV) {
55 uint __attribute__((kernel)) testAbsIntUint(int inV) {
59 uint2 __attribute__((kernel)) testAbsInt2Uint2(int2 inV) {
[all …]
DTestClamp.rs25 float __attribute__((kernel)) testClampFloatFloatFloatFloat(float inValue, unsigned int x) {
31 float2 __attribute__((kernel)) testClampFloat2Float2Float2Float2(float2 inValue, unsigned int x) {
37 float3 __attribute__((kernel)) testClampFloat3Float3Float3Float3(float3 inValue, unsigned int x) {
43 float4 __attribute__((kernel)) testClampFloat4Float4Float4Float4(float4 inValue, unsigned int x) {
49 float2 __attribute__((kernel)) testClampFloat2FloatFloatFloat2(float2 inValue, unsigned int x) {
55 float3 __attribute__((kernel)) testClampFloat3FloatFloatFloat3(float3 inValue, unsigned int x) {
61 float4 __attribute__((kernel)) testClampFloat4FloatFloatFloat4(float4 inValue, unsigned int x) {
67 char __attribute__((kernel)) testClampCharCharCharChar(char inValue, unsigned int x) {
73 char2 __attribute__((kernel)) testClampChar2Char2Char2Char2(char2 inValue, unsigned int x) {
79 char3 __attribute__((kernel)) testClampChar3Char3Char3Char3(char3 inValue, unsigned int x) {
[all …]
DTestFract.rs24 float __attribute__((kernel)) testFractFloatFloatFloat(float inV, unsigned int x) {
31 float2 __attribute__((kernel)) testFractFloat2Float2Float2(float2 inV, unsigned int x) {
38 float3 __attribute__((kernel)) testFractFloat3Float3Float3(float3 inV, unsigned int x) {
45 float4 __attribute__((kernel)) testFractFloat4Float4Float4(float4 inV, unsigned int x) {
52 float __attribute__((kernel)) testFractFloatFloat(float inV) {
56 float2 __attribute__((kernel)) testFractFloat2Float2(float2 inV) {
60 float3 __attribute__((kernel)) testFractFloat3Float3(float3 inV) {
64 float4 __attribute__((kernel)) testFractFloat4Float4(float4 inV) {
68 half __attribute__((kernel)) testFractHalfHalfHalf(half inV, unsigned int x) {
75 half2 __attribute__((kernel)) testFractHalf2Half2Half2(half2 inV, unsigned int x) {
[all …]
DTestStep.rs24 float __attribute__((kernel)) testStepFloatFloatFloat(float inEdge, unsigned int x) {
29 float2 __attribute__((kernel)) testStepFloat2Float2Float2(float2 inEdge, unsigned int x) {
34 float3 __attribute__((kernel)) testStepFloat3Float3Float3(float3 inEdge, unsigned int x) {
39 float4 __attribute__((kernel)) testStepFloat4Float4Float4(float4 inEdge, unsigned int x) {
44 half __attribute__((kernel)) testStepHalfHalfHalf(half inEdge, unsigned int x) {
49 half2 __attribute__((kernel)) testStepHalf2Half2Half2(half2 inEdge, unsigned int x) {
54 half3 __attribute__((kernel)) testStepHalf3Half3Half3(half3 inEdge, unsigned int x) {
59 half4 __attribute__((kernel)) testStepHalf4Half4Half4(half4 inEdge, unsigned int x) {
64 float2 __attribute__((kernel)) testStepFloat2FloatFloat2(float2 inEdge, unsigned int x) {
69 float3 __attribute__((kernel)) testStepFloat3FloatFloat3(float3 inEdge, unsigned int x) {
[all …]
DTestFmin.rs24 float __attribute__((kernel)) testFminFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFminFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFminFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFminFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFminHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFminHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFminHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFminHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFminFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFminFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestFmax.rs24 float __attribute__((kernel)) testFmaxFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFmaxFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFmaxFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFmaxFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFmaxHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFmaxHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFmaxHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFmaxHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFmaxFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFmaxFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestNativeExp.rs23 float __attribute__((kernel)) testNativeExpFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNativeExpFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNativeExpFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNativeExpFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testNativeExpHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNativeExpHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNativeExpHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNativeExpHalf4Half4(half4 inV) {
DTestLength.rs23 float __attribute__((kernel)) testLengthFloatFloat(float inV) {
27 float __attribute__((kernel)) testLengthFloat2Float(float2 inV) {
31 float __attribute__((kernel)) testLengthFloat3Float(float3 inV) {
35 float __attribute__((kernel)) testLengthFloat4Float(float4 inV) {
39 half __attribute__((kernel)) testLengthHalfHalf(half inV) {
43 half __attribute__((kernel)) testLengthHalf2Half(half2 inV) {
47 half __attribute__((kernel)) testLengthHalf3Half(half3 inV) {
51 half __attribute__((kernel)) testLengthHalf4Half(half4 inV) {
DTestAcospi.rs23 float __attribute__((kernel)) testAcospiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAcospiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAcospiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAcospiFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAcospiHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAcospiHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAcospiHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAcospiHalf4Half4(half4 inV) {
DTestNativeAtanpi.rs23 float __attribute__((kernel)) testNativeAtanpiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNativeAtanpiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNativeAtanpiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNativeAtanpiFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testNativeAtanpiHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNativeAtanpiHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNativeAtanpiHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNativeAtanpiHalf4Half4(half4 inV) {
DTestCbrt.rs23 float __attribute__((kernel)) testCbrtFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testCbrtFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testCbrtFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testCbrtFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testCbrtHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testCbrtHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testCbrtHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testCbrtHalf4Half4(half4 inV) {
DTestNativeAcos.rs23 float __attribute__((kernel)) testNativeAcosFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNativeAcosFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNativeAcosFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNativeAcosFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testNativeAcosHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNativeAcosHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNativeAcosHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNativeAcosHalf4Half4(half4 inV) {
DTestRsqrt.rs23 float __attribute__((kernel)) testRsqrtFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testRsqrtFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testRsqrtFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testRsqrtFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testRsqrtHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testRsqrtHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testRsqrtHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testRsqrtHalf4Half4(half4 inV) {
DTestLog.rs23 float __attribute__((kernel)) testLogFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testLogFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testLogFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testLogFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testLogHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testLogHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testLogHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testLogHalf4Half4(half4 inV) {
DTestNativeExp2.rs23 float __attribute__((kernel)) testNativeExp2FloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNativeExp2Float2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNativeExp2Float3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNativeExp2Float4Float4(float4 inV) {
39 half __attribute__((kernel)) testNativeExp2HalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNativeExp2Half2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNativeExp2Half3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNativeExp2Half4Half4(half4 inV) {
DTestNativeAtan.rs23 float __attribute__((kernel)) testNativeAtanFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNativeAtanFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNativeAtanFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNativeAtanFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testNativeAtanHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNativeAtanHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNativeAtanHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNativeAtanHalf4Half4(half4 inV) {
DTestNativeRecip.rs23 float __attribute__((kernel)) testNativeRecipFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNativeRecipFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNativeRecipFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNativeRecipFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testNativeRecipHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNativeRecipHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNativeRecipHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNativeRecipHalf4Half4(half4 inV) {
DTestNormalize.rs23 float __attribute__((kernel)) testNormalizeFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testNormalizeFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testNormalizeFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testNormalizeFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testNormalizeHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testNormalizeHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testNormalizeHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testNormalizeHalf4Half4(half4 inV) {
DTestTanh.rs23 float __attribute__((kernel)) testTanhFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testTanhFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testTanhFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testTanhFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testTanhHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testTanhHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testTanhHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testTanhHalf4Half4(half4 inV) {
DTestSinh.rs23 float __attribute__((kernel)) testSinhFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testSinhFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testSinhFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testSinhFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testSinhHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testSinhHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testSinhHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testSinhHalf4Half4(half4 inV) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dkernel_all.rs4 uchar __attribute__((kernel)) test_i8(char ain) {
8 uchar2 __attribute__((kernel)) test_i8_2(char2 ain) {
15 uchar3 __attribute__((kernel)) test_i8_3(char3 ain) {
23 uchar4 __attribute__((kernel)) test_i8_4(char4 ain) {
32 ushort __attribute__((kernel)) test_i16(short ain) {
36 ushort2 __attribute__((kernel)) test_i16_2(short2 ain) {
43 ushort3 __attribute__((kernel)) test_i16_3(short3 ain) {
51 ushort4 __attribute__((kernel)) test_i16_4(short4 ain) {
60 uint __attribute__((kernel)) test_i32(int ain) {
64 uint2 __attribute__((kernel)) test_i32_2(int2 ain) {
[all …]

1234567