Searched refs:rsAtomicAdd (Results 1 – 17 of 17) sorted by relevance
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 34 function: rsAtomicAdd 45 function: rsAtomicAdd 121 Atomicly adds one to the value at addr. This is equivalent to <code>@rsAtomicAdd(addr, 1)</code>.
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 40 * rsAtomicAdd: Thread-safe addition 52 rsAtomicAdd(volatile int32_t* addr, int32_t value); 57 rsAtomicAdd(volatile uint32_t* addr, uint32_t value); 131 * Atomicly adds one to the value at addr. This is equivalent to rsAtomicAdd(addr, 1).
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 68 extern int32_t __attribute__((overloadable)) rsAtomicAdd(volatile int32_t *ptr, int32_t value) { in rsAtomicAdd() function 72 extern int32_t __attribute__((overloadable)) rsAtomicAdd(volatile uint32_t *ptr, uint32_t value) { in rsAtomicAdd() function
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 421 rsAtomicAdd(&i, 1);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rs | 423 rsAtomicAdd(&i, 1);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 403 rsAtomicAdd(&i, 1);
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4059 *(int32_t*)buf1600 = rsAtomicAdd((volatile int32_t*) buf1601, *(int32_t*)buf1602); 4060 *(int32_t*)buf1603 = rsAtomicAdd((volatile uint32_t*) buf1604, *(uint32_t*)buf1605);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 5004 *(int32_t*)buf2246 = rsAtomicAdd((volatile int32_t*) buf2247, *(int32_t*)buf2248); 5005 *(int32_t*)buf2249 = rsAtomicAdd((volatile uint32_t*) buf2250, *(uint32_t*)buf2251);
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 5834 *(int32_t*)buf2966 = rsAtomicAdd((volatile int32_t*) buf2967, *(int32_t*)buf2968); 5835 *(int32_t*)buf2969 = rsAtomicAdd((volatile uint32_t*) buf2970, *(uint32_t*)buf2971);
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 5904 *(int32_t*)buf2966 = rsAtomicAdd((volatile int32_t*) buf2967, *(int32_t*)buf2968); 5905 *(int32_t*)buf2969 = rsAtomicAdd((volatile uint32_t*) buf2970, *(uint32_t*)buf2971);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2947 *(int32_t*)buf1262 = rsAtomicAdd((volatile int32_t*) buf1263, *(int32_t*)buf1264);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2947 *(int32_t*)buf1262 = rsAtomicAdd((volatile int32_t*) buf1263, *(int32_t*)buf1264);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 3041 *(int32_t*)buf1264 = rsAtomicAdd((volatile int32_t*) buf1265, *(int32_t*)buf1266);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3173 *(int32_t*)buf1316 = rsAtomicAdd((volatile int32_t*) buf1317, *(int32_t*)buf1318);
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 8099 *(int32_t*)buf4164 = rsAtomicAdd((volatile int32_t*) buf4165, *(int32_t*)buf4166); 8100 *(int32_t*)buf4167 = rsAtomicAdd((volatile uint32_t*) buf4168, *(uint32_t*)buf4169);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3760 *(int32_t*)buf1376 = rsAtomicAdd((volatile int32_t*) buf1377, *(int32_t*)buf1378);
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 4040 *(int32_t*)buf1600 = rsAtomicAdd((volatile int32_t*) buf1601, *(int32_t*)buf1602);
|