/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rs | 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); 29 rsSetElementAt(A, &us, 0, 0); 30 rsSetElementAt(A, &i, 0, 0); [all …]
|
D | stderr.txt.expect | 1 setelementat.rs:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 2 setelementat.rs:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 3 setelementat.rs:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 4 setelementat.rs:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 5 setelementat.rs:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 6 setelementat.rs:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 7 setelementat.rs:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 8 setelementat.rs:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 9 setelementat.rs:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 10 setelementat.rs:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… [all …]
|
/frameworks/rs/script_api/ |
D | rs_allocation_data.spec | 24 @rsSetElementAt functions.</li>
|
/frameworks/rs/driver/runtime/ |
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
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 487 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, in rsSetElementAt() function 495 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, in rsSetElementAt() function 497 rsSetElementAt(a, ptr, x, y, 0); in rsSetElementAt() 500 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt() function 501 rsSetElementAt(a, ptr, x, 0, 0); in rsSetElementAt()
|
/frameworks/rs/driver/ |
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()
|
/frameworks/rs/script_api/include/ |
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);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 4072 rsSetElementAt(*(rs_allocation*)buf2361, (void*) buf2362, *(uint32_t*)buf2363); 4073 …rsSetElementAt(*(rs_allocation*)buf2364, (void*) buf2365, *(uint32_t*)buf2366, *(uint32_t*)buf2367…
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 4352 rsSetElementAt(*(rs_allocation*)buf2585, (void*) buf2586, *(uint32_t*)buf2587); 4353 …rsSetElementAt(*(rs_allocation*)buf2588, (void*) buf2589, *(uint32_t*)buf2590, *(uint32_t*)buf2591…
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4378 rsSetElementAt(*(rs_allocation*)buf2604, (void*) buf2605, *(uint32_t*)buf2606); 4379 …rsSetElementAt(*(rs_allocation*)buf2607, (void*) buf2608, *(uint32_t*)buf2609, *(uint32_t*)buf2610…
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 5321 rsSetElementAt(*(rs_allocation*)buf3239, (void*) buf3240, *(uint32_t*)buf3241); 5322 …rsSetElementAt(*(rs_allocation*)buf3242, (void*) buf3243, *(uint32_t*)buf3244, *(uint32_t*)buf3245…
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 6165 rsSetElementAt(*(rs_allocation*)buf4010, (void*) buf4011, *(uint32_t*)buf4012); 6166 …rsSetElementAt(*(rs_allocation*)buf4013, (void*) buf4014, *(uint32_t*)buf4015, *(uint32_t*)buf4016…
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 6221 rsSetElementAt(*(rs_allocation*)buf3959, (void*) buf3960, *(uint32_t*)buf3961); 6222 …rsSetElementAt(*(rs_allocation*)buf3962, (void*) buf3963, *(uint32_t*)buf3964, *(uint32_t*)buf3965…
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 8574 rsSetElementAt(*(rs_allocation*)buf5642, (void*) buf5643, *(uint32_t*)buf5644); 8575 …rsSetElementAt(*(rs_allocation*)buf5645, (void*) buf5646, *(uint32_t*)buf5647, *(uint32_t*)buf5648…
|