HomeSort by relevance Sort by last modified time
    Searched full:dimx (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
array_alloc.rs 3 const int dimX = 20;
4 rs_allocation a[dimX];
9 for (int i = 0; i < dimX; i++) {
alloc.rs 4 int dimX;
14 *o = x + y * dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
28 rsDebug("Verifying ", i + j * dimX);
31 _RS_ASSERT(val == (i + j * dimX));
36 for (i = 0; i < dimX; i++) {
45 for (i = 0; i < dimX; i++) {
46 rsDebug("Verifying ", i + j * dimX);
49 _RS_ASSERT(val == (i + j * dimX));
    [all...]
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
13 _RS_ASSERT(*in == (x + y * dimX));
14 *out = 99 + x + y * dimX;
15 _RS_ASSERT(*out == (99 + x + y * dimX));
23 for (i = 0; i < dimX; i++) {
25 _RS_ASSERT(v == (i + j * dimX));
44 for (i = 0; i < dimX; i++) {
46 _RS_ASSERT(v == (99 + i + j * dimX));
noroot.rs 4 int dimX;
9 *out = 99 + x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (99 + i + j * dimX));
kernel.rs 5 int dimX;
22 for (i = 0; i < dimX; i++) {
foreach_bounds.rs 3 int dimX;
16 *out = x + y * dimX;
28 for (i = 0; i < dimX; i++) {
36 _RS_ASSERT(v == (i + j * dimX));
UT_array_alloc.java 36 int dimX = s.get_dimX();
37 Allocation[] Arr = new Allocation[dimX];
40 for (int i = 0; i < dimX; i++) {
kernel_struct.rs 14 int dimX;
38 for (i = 0; i < dimX; i++) {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
array_alloc.rs 3 const int dimX = 20;
4 rs_allocation a[dimX];
9 for (int i = 0; i < dimX; i++) {
alloc.rs 4 int dimX;
14 *o = x + y * dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
28 rsDebug("Verifying ", i + j * dimX);
31 _RS_ASSERT(val == (i + j * dimX));
36 for (i = 0; i < dimX; i++) {
45 for (i = 0; i < dimX; i++) {
46 rsDebug("Verifying ", i + j * dimX);
49 _RS_ASSERT(val == (i + j * dimX));
    [all...]
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
13 _RS_ASSERT(*in == (x + y * dimX));
14 *out = 99 + x + y * dimX;
15 _RS_ASSERT(*out == (99 + x + y * dimX));
23 for (i = 0; i < dimX; i++) {
25 _RS_ASSERT(v == (i + j * dimX));
44 for (i = 0; i < dimX; i++) {
46 _RS_ASSERT(v == (99 + i + j * dimX));
noroot.rs 4 int dimX;
9 *out = 99 + x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (99 + i + j * dimX));
foreach_bounds.rs 3 int dimX;
18 *out = x + y * dimX;
30 for (i = 0; i < dimX; i++) {
35 _RS_ASSERT(v == (i + j * dimX));
kernel.rs 5 int dimX;
22 for (i = 0; i < dimX; i++) {
UT_array_alloc.java 36 int dimX = s.get_dimX();
37 Allocation[] Arr = new Allocation[dimX];
40 for (int i = 0; i < dimX; i++) {
check_dims.rs 8 // input allocation (i.e. don't affect anything between dimX and stride for
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
alloc.rs 4 int dimX;
14 *o = x + y * dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
28 rsDebug("Verifying ", i + j * dimX);
31 _RS_ASSERT(val == (i + j * dimX));
36 for (i = 0; i < dimX; i++) {
45 for (i = 0; i < dimX; i++) {
46 rsDebug("Verifying ", i + j * dimX);
49 _RS_ASSERT(val == (i + j * dimX));
    [all...]
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (i + j * dimX));
  /cts/tests/src/android/renderscript/cts/
foreach.rs 5 int dimX;
10 *out = x + y * dimX;
14 _RS_ASSERT(*in == (x + y * dimX));
15 *out = 99 + x + y * dimX;
16 _RS_ASSERT(*out == (99 + x + y * dimX));
24 for (i = 0; i < dimX; i++) {
26 _RS_ASSERT(v == (i + j * dimX));
45 for (i = 0; i < dimX; i++) {
47 _RS_ASSERT(v == (99 + i + j * dimX));
noroot.rs 5 int dimX;
10 *out = 99 + x + y * dimX;
18 for (i = 0; i < dimX; i++) {
20 _RS_ASSERT(v == (99 + i + j * dimX));
setelementat.rs 12 uint32_t dimX = 0;
36 for (uint32_t i = 0; i < dimX; i++) {
46 for (uint32_t xtemp = 0; xtemp < dimX; xtemp++) {
sample.rs 22 uint32_t dimX = rsAllocationGetDimX(a);
25 dimX = max(dimX, minSize);
28 uint32_t numPixels = dimX * dimY;
32 dimX = max(dimX >> 1, minSize);
34 numPixels = dimX * dimY;
38 dimX = max(dimX >> 1, minSize);
40 numPixels = dimX * dimY
    [all...]
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
balls.rs 33 uint32_t dimX = rsAllocationGetDimX(rsGetAllocation(balls));
35 for (uint32_t ct=0; ct < dimX; ct++) {
50 int32_t dimX = rsAllocationGetDimX(ain);
54 for (uint32_t ct=0; ct < dimX; ct++) {
68 for (uint32_t ct=0; ct < dimX; ct++) {
97 for (uint32_t ct=0; ct < dimX; ct++) {
  /frameworks/rs/
rsType.h 44 uint32_t dimX;
66 uint32_t getDimX() const {return mHal.state.dimX;}
97 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
98 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
101 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
105 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
107 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
rsType.cpp 68 uint32_t l2x = rsFindHighBit(mHal.state.dimX) + 1;
88 uint32_t tx = mHal.state.dimX;
138 mHal.state.dimX,
154 stream->addU32(mHal.state.dimX);
207 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
217 if (t->getDimX() != dimX) continue;
234 nt->mHal.state.dimX = dimX;
248 ObjectBaseRef<Type> Type::cloneAndResize1D(Context *rsc, uint32_t dimX) const {
249 return getTypeRef(rsc, mElement.get(), dimX,
    [all...]

Completed in 215 milliseconds

1 2 3