Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgetset.rs27 uint gWidth;
28 uint gHeight;
56 COPY_1D(uint)
66 uint x = idx % gWidth; \
67 uint y = idx / gWidth; \
72 uint realWidth = gWidth / 2; \
73 uint x = idx % realWidth; \
74 uint y = idx / realWidth; \
79 uint realWidth = gWidth / 4; \
80 uint x = idx % realWidth; \
[all …]
Dreduction.rs23 int4 __attribute__((kernel)) add(uint x)
28 int4 __attribute__((kernel)) add2(uint x)
DAtomicTest.rs81 uint v = rsGetElementAt_uint(a, x, y);
105 uint v = rsGetElementAt_uint(a, x, y);
120 uint tmp = gUSum;
Dutils.rs7 for(uint i = 0; i < 256; i ++) {
Dsingle_source_alloc.rs67 VERIFY_KERNEL(uint)
195 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_32, uint);
217 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_32, uint);
461 TEST_HELPERS(uint);
Dvload.rs54 COPY_2D(uint)
Dvload_relaxed.rs56 COPY_2D(uint)
Dkernel_input.rs151 SCALAR_TEST(uint)
Dprimitives.rs34 uint uintTest = 32;
Dfe_all.rs56 void test_i32(const int *ain, uint *aout) {
Dkernel_all.rs60 uint __attribute__((kernel)) test_i32(int ain) {
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rs28 uint cfaPattern; // The Color Filter Arrangement pattern used
29 uint gainMapWidth; // The width of the gain map
30 uint gainMapHeight; // The height of the gain map
37 uint offsetX; // X offset into inputRawBuffer
38 uint offsetY; // Y offset into inputRawBuffer
39 uint rawWidth; // Width of raw buffer
40 uint rawHeight; // Height of raw buffer
45 static float4 getGain(uint x, uint y) {
48 uint gX = (uint) interpX;
49 uint gY = (uint) interpY;
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClamp.rs187 uint __attribute__((kernel)) testClampUintUintUintUint(uint inValue, unsigned int x) {
188 uint inMinValue = rsGetElementAt_uint(gAllocInMinValue, x);
189 uint inMaxValue = rsGetElementAt_uint(gAllocInMaxValue, x);
350 uint inMinValue = rsGetElementAt_uint(gAllocInMinValue, x);
351 uint inMaxValue = rsGetElementAt_uint(gAllocInMaxValue, x);
356 uint inMinValue = rsGetElementAt_uint(gAllocInMinValue, x);
357 uint inMaxValue = rsGetElementAt_uint(gAllocInMaxValue, x);
362 uint inMinValue = rsGetElementAt_uint(gAllocInMinValue, x);
363 uint inMaxValue = rsGetElementAt_uint(gAllocInMaxValue, x);
DTestNan.rs23 float __attribute__((kernel)) testNanUintFloat(uint inV) {
DTestClz.rs103 uint __attribute__((kernel)) testClzUintUint(uint inValue) {
DTestAbs.rs55 uint __attribute__((kernel)) testAbsIntUint(int inV) {
DTestMin.rs194 uint __attribute__((kernel)) testMinUintUintUint(uint inA, unsigned int x) {
195 uint inB = rsGetElementAt_uint(gAllocInB, x);
DTestMax.rs194 uint __attribute__((kernel)) testMaxUintUintUint(uint inA, unsigned int x) {
195 uint inB = rsGetElementAt_uint(gAllocInB, x);
/cts/tests/tests/rscpp/librscpptest/
Dvector.rs16 MAKE_TEST(uint)
Drs_jni_script.cpp141 typedef unsigned int uint; typedef
179 TEST_VECTOR_INVOKE(uint, UInt) in Java_android_cts_rscpp_RSScriptTest_testVector()
Dprimitives.rs18 uint uintTest = 32;
Dfe_all.rs56 void test_i32(const int *ain, uint *aout) {