Home
last modified time | relevance | path

Searched refs:rsSetElementAt (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rscript21 rsSetElementAt(A, &a, 0, 0);
22 rsSetElementAt(A, &d, 0, 0);
23 rsSetElementAt(A, &a2, 0, 0);
24 rsSetElementAt(A, &a3, 0, 0);
25 rsSetElementAt(A, &a4, 0, 0);
26 rsSetElementAt(A, &c, 0, 0);
27 rsSetElementAt(A, &uc, 0, 0);
28 rsSetElementAt(A, &s, 0, 0);
29 rsSetElementAt(A, &us, 0, 0);
30 rsSetElementAt(A, &i, 0, 0);
[all …]
Dstderr.txt.expect1 setelementat.rscript:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
2 setelementat.rscript:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
3 setelementat.rscript:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
4 setelementat.rscript:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
5 setelementat.rscript:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
6 setelementat.rscript:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
7 setelementat.rscript:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
8 setelementat.rscript:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
9 setelementat.rscript:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
10 setelementat.rscript:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
[all …]
/frameworks/rs/script_api/
Drs_allocation_data.spec24 @rsSetElementAt functions.</li>
/frameworks/rs/driver/runtime/
Drs_allocation.c218 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x) { in rsSetElementAt() function
226 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y) { in rsSetElementAt() function
235 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt() function
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp515 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt() function
523 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) { in rsSetElementAt() function
524 rsSetElementAt(a, ptr, x, y, 0); in rsSetElementAt()
527 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt() function
528 rsSetElementAt(a, ptr, x, 0, 0); in rsSetElementAt()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh26 * rsSetElementAt functions.
601 * incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
2680 * rsSetElementAt: Set a cell of an allocation
2689 * the other has the actual value as an argument, e.g. rsSetElementAt() vs.
2697 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
2702 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript4072 rsSetElementAt(*(rs_allocation*)buf2361, (void*) buf2362, *(uint32_t*)buf2363);
4073rsSetElementAt(*(rs_allocation*)buf2364, (void*) buf2365, *(uint32_t*)buf2366, *(uint32_t*)buf2367…
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript4378 rsSetElementAt(*(rs_allocation*)buf2604, (void*) buf2605, *(uint32_t*)buf2606);
4379rsSetElementAt(*(rs_allocation*)buf2607, (void*) buf2608, *(uint32_t*)buf2609, *(uint32_t*)buf2610…
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript4352 rsSetElementAt(*(rs_allocation*)buf2585, (void*) buf2586, *(uint32_t*)buf2587);
4353rsSetElementAt(*(rs_allocation*)buf2588, (void*) buf2589, *(uint32_t*)buf2590, *(uint32_t*)buf2591…
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript5321 rsSetElementAt(*(rs_allocation*)buf3239, (void*) buf3240, *(uint32_t*)buf3241);
5322rsSetElementAt(*(rs_allocation*)buf3242, (void*) buf3243, *(uint32_t*)buf3244, *(uint32_t*)buf3245…
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript6221 rsSetElementAt(*(rs_allocation*)buf3959, (void*) buf3960, *(uint32_t*)buf3961);
6222rsSetElementAt(*(rs_allocation*)buf3962, (void*) buf3963, *(uint32_t*)buf3964, *(uint32_t*)buf3965…
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript6165 rsSetElementAt(*(rs_allocation*)buf4010, (void*) buf4011, *(uint32_t*)buf4012);
6166rsSetElementAt(*(rs_allocation*)buf4013, (void*) buf4014, *(uint32_t*)buf4015, *(uint32_t*)buf4016…
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript8574 rsSetElementAt(*(rs_allocation*)buf5642, (void*) buf5643, *(uint32_t*)buf5644);
8575rsSetElementAt(*(rs_allocation*)buf5645, (void*) buf5646, *(uint32_t*)buf5647, *(uint32_t*)buf5648…