Home
last modified time | relevance | path

Searched refs:int3 (Results 1 – 23 of 23) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestConvert.rs87 float3 __attribute__((kernel)) testConvertFloat3Int3Float3(int3 inV) {
171 char3 __attribute__((kernel)) testConvertChar3Int3Char3(int3 inV) {
255 uchar3 __attribute__((kernel)) testConvertUchar3Int3Uchar3(int3 inV) {
339 short3 __attribute__((kernel)) testConvertShort3Int3Short3(int3 inV) {
423 ushort3 __attribute__((kernel)) testConvertUshort3Int3Ushort3(int3 inV) {
447 int3 __attribute__((kernel)) testConvertInt3Float3Int3(float3 inV) {
459 int3 __attribute__((kernel)) testConvertInt3Char3Int3(char3 inV) {
471 int3 __attribute__((kernel)) testConvertInt3Uchar3Int3(uchar3 inV) {
483 int3 __attribute__((kernel)) testConvertInt3Short3Int3(short3 inV) {
495 int3 __attribute__((kernel)) testConvertInt3Ushort3Int3(ushort3 inV) {
[all …]
DTestPown.rs35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
55 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
DTestClz.rs95 int3 __attribute__((kernel)) testClzInt3Int3(int3 inValue) {
DTestIlogb.rs31 int3 __attribute__((kernel)) testIlogbFloat3Int3(float3 inV) {
DTestNativeRootn.rs35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
DTestRootn.rs35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
DTestFrexp.rs39 int3 outExponent = 0;
DTestAbs.rs63 uint3 __attribute__((kernel)) testAbsInt3Uint3(int3 inV) {
DTestRemquo.rs43 int3 outQuotient = 0;
DTestLgamma.rs55 int3 outSignOfGamma = 0;
DTestClamp.rs175 int3 __attribute__((kernel)) testClampInt3Int3Int3Int3(int3 inValue, unsigned int x) {
176 int3 inMinValue = rsGetElementAt_int3(gAllocInMinValue, x);
177 int3 inMaxValue = rsGetElementAt_int3(gAllocInMaxValue, x);
337 int3 __attribute__((kernel)) testClampInt3IntIntInt3(int3 inValue, unsigned int x) {
DTestLdexp.rs35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
DTestMin.rs184 int3 __attribute__((kernel)) testMinInt3Int3Int3(int3 inA, unsigned int x) {
185 int3 inB = rsGetElementAt_int3(gAllocInB, x);
DTestMax.rs184 int3 __attribute__((kernel)) testMaxInt3Int3Int3(int3 inA, unsigned int x) {
185 int3 inB = rsGetElementAt_int3(gAllocInB, x);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dreduce.rs363 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
365 static void fz3Accum(int3 *accum,
377 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
422 static void ssAccum(long *accum, char c, float f, int3 i3) {
Dverify.rs142 int3 pref = convert_int3(rsGetElementAt_uchar3(in1, x, y));
143 int3 ptst = convert_int3(rsGetElementAt_uchar3(in2, x, y));
144 int3 d = convert_int3(abs(pref - ptst));
Dstructs.rsh49 int3 i3;
Dkernel_input.rs123 VEC3_TEST(int3)
Dvector.rs29 int3 i32_3 = { 1, 2, 3 };
Dfe_all.rs67 void test_i32_3(const int3 *ain, uint3 *aout) { constant
Dkernel_all.rs71 uint3 __attribute__((kernel)) test_i32_3(int3 ain) {
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rs153 int3 pref = convert_int3(rsGetElementAt_uchar3(in1, x, y));
154 int3 ptst = convert_int3(rsGetElementAt_uchar3(in2, x, y));
155 int3 d = convert_int3(abs(pref - ptst));
/cts/tests/tests/rscpp/librscpptest/
Dfe_all.rs67 void test_i32_3(const int3 *ain, uint3 *aout) { constant