/aosp12/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
H A D | setelementat.rscript | 21 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); 30 rsSetElementAt(A, &i, 0, 0); 32 rsSetElementAt(A, &l, 0, 0); [all …]
|
H A D | stderr.txt.expect | 1 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… 10 setelementat.rscript:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme… 11 setelementat.rscript:31:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme… [all …]
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_allocation_data.spec | 24 @rsSetElementAt functions.</li>
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_allocation.c | 218 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
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdRuntimeStubs.cpp | 515 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()
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_allocation_data.rsh | 26 * 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);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_18/ |
H A D | all18.rscript | 4072 rsSetElementAt(*(rs_allocation*)buf2361, (void*) buf2362, *(uint32_t*)buf2363); 4073 …rsSetElementAt(*(rs_allocation*)buf2364, (void*) buf2365, *(uint32_t*)buf2366, *(uint32_t*)buf2367…
|
/aosp12/frameworks/compile/slang/tests/P_all_api_19/ |
H A D | all19.rscript | 4352 rsSetElementAt(*(rs_allocation*)buf2585, (void*) buf2586, *(uint32_t*)buf2587); 4353 …rsSetElementAt(*(rs_allocation*)buf2588, (void*) buf2589, *(uint32_t*)buf2590, *(uint32_t*)buf2591…
|
/aosp12/frameworks/compile/slang/tests/P_all_api_20/ |
H A D | all20.rscript | 4378 rsSetElementAt(*(rs_allocation*)buf2604, (void*) buf2605, *(uint32_t*)buf2606); 4379 …rsSetElementAt(*(rs_allocation*)buf2607, (void*) buf2608, *(uint32_t*)buf2609, *(uint32_t*)buf2610…
|
/aosp12/frameworks/compile/slang/tests/P_all_api_21/ |
H A D | all21.rscript | 5321 rsSetElementAt(*(rs_allocation*)buf3239, (void*) buf3240, *(uint32_t*)buf3241); 5322 …rsSetElementAt(*(rs_allocation*)buf3242, (void*) buf3243, *(uint32_t*)buf3244, *(uint32_t*)buf3245…
|
/aosp12/frameworks/compile/slang/tests/P_all_api_22/ |
H A D | all22.rscript | 6221 rsSetElementAt(*(rs_allocation*)buf3959, (void*) buf3960, *(uint32_t*)buf3961); 6222 …rsSetElementAt(*(rs_allocation*)buf3962, (void*) buf3963, *(uint32_t*)buf3964, *(uint32_t*)buf3965…
|
/aosp12/frameworks/compile/slang/tests/P_all_api_23/ |
H A D | all23.rscript | 6165 rsSetElementAt(*(rs_allocation*)buf4010, (void*) buf4011, *(uint32_t*)buf4012); 6166 …rsSetElementAt(*(rs_allocation*)buf4013, (void*) buf4014, *(uint32_t*)buf4015, *(uint32_t*)buf4016…
|
/aosp12/frameworks/compile/slang/tests/P_all_api_24/ |
H A D | all24.rscript | 8574 rsSetElementAt(*(rs_allocation*)buf5642, (void*) buf5643, *(uint32_t*)buf5644); 8575 …rsSetElementAt(*(rs_allocation*)buf5645, (void*) buf5646, *(uint32_t*)buf5647, *(uint32_t*)buf5648…
|