HomeSort by relevance Sort by last modified time
    Searched refs:half4 (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestSign.rs 51 half4 __attribute__((kernel)) testSignHalf4Half4(half4 inV) {
TestSin.rs 51 half4 __attribute__((kernel)) testSinHalf4Half4(half4 inV) {
TestSinh.rs 51 half4 __attribute__((kernel)) testSinhHalf4Half4(half4 inV) {
TestSinpi.rs 51 half4 __attribute__((kernel)) testSinpiHalf4Half4(half4 inV) {
TestSqrt.rs 51 half4 __attribute__((kernel)) testSqrtHalf4Half4(half4 inV) {
TestTan.rs 51 half4 __attribute__((kernel)) testTanHalf4Half4(half4 inV) {
TestTanh.rs 51 half4 __attribute__((kernel)) testTanhHalf4Half4(half4 inV) {
TestTanpi.rs 51 half4 __attribute__((kernel)) testTanpiHalf4Half4(half4 inV) {
TestTgamma.rs 51 half4 __attribute__((kernel)) testTgammaHalf4Half4(half4 inV) {
TestTrunc.rs 51 half4 __attribute__((kernel)) testTruncHalf4Half4(half4 inV) {
TestFract.rs 89 half4 __attribute__((kernel)) testFractHalf4Half4Half4(half4 inV, unsigned int x) {
90 half4 outFloor = 0;
91 half4 out = fract(inV, &outFloor);
108 half4 __attribute__((kernel)) testFractHalf4Half4(half4 inV) {
TestMix.rs 67 half4 __attribute__((kernel)) testMixHalf4Half4Half4Half4(half4 inStart, unsigned int x) {
68 half4 inStop = rsGetElementAt_half4(gAllocInStop, x);
69 half4 inFraction = rsGetElementAt_half4(gAllocInFraction, x);
103 half4 __attribute__((kernel)) testMixHalf4Half4HalfHalf4(half4 inStart, unsigned int x) {
104 half4 inStop = rsGetElementAt_half4(gAllocInStop, x);
TestStep.rs 59 half4 __attribute__((kernel)) testStepHalf4Half4Half4(half4 inEdge, unsigned int x) {
60 half4 inV = rsGetElementAt_half4(gAllocInV, x);
89 half4 __attribute__((kernel)) testStepHalf4HalfHalf4(half4 inEdge, unsigned int x) {
119 half4 __attribute__((kernel)) testStepHalfHalf4Half4(half inEdge, unsigned int x) {
120 half4 inV = rsGetElementAt_half4(gAllocInV, x);
TestFmax.rs 59 half4 __attribute__((kernel)) testFmaxHalf4Half4Half4(half4 inA, unsigned int x) {
60 half4 inB = rsGetElementAt_half4(gAllocInB, x);
89 half4 __attribute__((kernel)) testFmaxHalf4HalfHalf4(half4 inA, unsigned int x) {
TestFmin.rs 59 half4 __attribute__((kernel)) testFminHalf4Half4Half4(half4 inA, unsigned int x) {
60 half4 inB = rsGetElementAt_half4(gAllocInB, x);
89 half4 __attribute__((kernel)) testFminHalf4HalfHalf4(half4 inA, unsigned int x) {
TestAtan2.rs 59 half4 __attribute__((kernel)) testAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
60 half4 inDenominator = rsGetElementAt_half4(gAllocInDenominator, x);
TestAtan2pi.rs 59 half4 __attribute__((kernel)) testAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
60 half4 inDenominator = rsGetElementAt_half4(gAllocInDenominator, x);
TestCopysign.rs 59 half4 __attribute__((kernel)) testCopysignHalf4Half4Half4(half4 inMagnitudeValue, unsigned int x) {
60 half4 inSignValue = rsGetElementAt_half4(gAllocInSignValue, x);
TestFdim.rs 59 half4 __attribute__((kernel)) testFdimHalf4Half4Half4(half4 inA, unsigned int x) {
60 half4 inB = rsGetElementAt_half4(gAllocInB, x);
TestFmod.rs 59 half4 __attribute__((kernel)) testFmodHalf4Half4Half4(half4 inNumerator, unsigned int x) {
60 half4 inDenominator = rsGetElementAt_half4(gAllocInDenominator, x);
TestHypot.rs 59 half4 __attribute__((kernel)) testHypotHalf4Half4Half4(half4 inA, unsigned int x) {
60 half4 inB = rsGetElementAt_half4(gAllocInB, x);
TestNativeAtan2.rs 59 half4 __attribute__((kernel)) testNativeAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
60 half4 inDenominator = rsGetElementAt_half4(gAllocInDenominator, x);
TestNativeAtan2pi.rs 59 half4 __attribute__((kernel)) testNativeAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
60 half4 inDenominator = rsGetElementAt_half4(gAllocInDenominator, x);
TestNativeDivide.rs 59 half4 __attribute__((kernel)) testNativeDivideHalf4Half4Half4(half4 inLeftVector, unsigned int x) {
60 half4 inRightVector = rsGetElementAt_half4(gAllocInRightVector, x);
TestNativeHypot.rs 59 half4 __attribute__((kernel)) testNativeHypotHalf4Half4Half4(half4 inA, unsigned int x) {
60 half4 inB = rsGetElementAt_half4(gAllocInB, x);

Completed in 399 milliseconds

1 2 34 5 6 7 8