Searched refs:uint (Results 1 – 22 of 22) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | getset.rs | 27 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 …]
|
D | reduction.rs | 23 int4 __attribute__((kernel)) add(uint x) 28 int4 __attribute__((kernel)) add2(uint x)
|
D | AtomicTest.rs | 81 uint v = rsGetElementAt_uint(a, x, y); 105 uint v = rsGetElementAt_uint(a, x, y); 120 uint tmp = gUSum;
|
D | utils.rs | 7 for(uint i = 0; i < 256; i ++) {
|
D | single_source_alloc.rs | 67 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);
|
D | vload.rs | 54 COPY_2D(uint)
|
D | vload_relaxed.rs | 56 COPY_2D(uint)
|
D | kernel_input.rs | 151 SCALAR_TEST(uint)
|
D | primitives.rs | 34 uint uintTest = 32;
|
D | fe_all.rs | 56 void test_i32(const int *ain, uint *aout) {
|
D | kernel_all.rs | 60 uint __attribute__((kernel)) test_i32(int ain) {
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rs | 28 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/ |
D | TestClamp.rs | 187 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);
|
D | TestNan.rs | 23 float __attribute__((kernel)) testNanUintFloat(uint inV) {
|
D | TestClz.rs | 103 uint __attribute__((kernel)) testClzUintUint(uint inValue) {
|
D | TestAbs.rs | 55 uint __attribute__((kernel)) testAbsIntUint(int inV) {
|
D | TestMin.rs | 194 uint __attribute__((kernel)) testMinUintUintUint(uint inA, unsigned int x) { 195 uint inB = rsGetElementAt_uint(gAllocInB, x);
|
D | TestMax.rs | 194 uint __attribute__((kernel)) testMaxUintUintUint(uint inA, unsigned int x) { 195 uint inB = rsGetElementAt_uint(gAllocInB, x);
|
/cts/tests/tests/rscpp/librscpptest/ |
D | vector.rs | 16 MAKE_TEST(uint)
|
D | rs_jni_script.cpp | 141 typedef unsigned int uint; typedef 179 TEST_VECTOR_INVOKE(uint, UInt) in Java_android_cts_rscpp_RSScriptTest_testVector()
|
D | primitives.rs | 18 uint uintTest = 32;
|
D | fe_all.rs | 56 void test_i32(const int *ain, uint *aout) {
|