Home
last modified time | relevance | path

Searched refs:rsAtomicAnd (Results 1 – 17 of 17) sorted by relevance

/frameworks/rs/script_api/
Drs_atomic.spec53 function: rsAtomicAnd
65 function: rsAtomicAnd
/frameworks/rs/script_api/include/
Drs_atomic.rsh61 * rsAtomicAnd: Thread-safe bitwise and
74 rsAtomicAnd(volatile int32_t* addr, int32_t value);
79 rsAtomicAnd(volatile uint32_t* addr, uint32_t value);
/frameworks/rs/driver/runtime/
Drs_core.c84 extern int32_t __attribute__((overloadable)) rsAtomicAnd(volatile int32_t *ptr, int32_t value) { in rsAtomicAnd() function
88 extern int32_t __attribute__((overloadable)) rsAtomicAnd(volatile uint32_t *ptr, uint32_t value) { in rsAtomicAnd() function
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs405 rsAtomicAnd(&i, 3);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs425 rsAtomicAnd(&i, 3);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs423 rsAtomicAnd(&i, 3);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs4061 *(int32_t*)buf1606 = rsAtomicAnd((volatile int32_t*) buf1607, *(int32_t*)buf1608);
4062 *(int32_t*)buf1609 = rsAtomicAnd((volatile uint32_t*) buf1610, *(uint32_t*)buf1611);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs5006 *(int32_t*)buf2252 = rsAtomicAnd((volatile int32_t*) buf2253, *(int32_t*)buf2254);
5007 *(int32_t*)buf2255 = rsAtomicAnd((volatile uint32_t*) buf2256, *(uint32_t*)buf2257);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5836 *(int32_t*)buf2972 = rsAtomicAnd((volatile int32_t*) buf2973, *(int32_t*)buf2974);
5837 *(int32_t*)buf2975 = rsAtomicAnd((volatile uint32_t*) buf2976, *(uint32_t*)buf2977);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5906 *(int32_t*)buf2972 = rsAtomicAnd((volatile int32_t*) buf2973, *(int32_t*)buf2974);
5907 *(int32_t*)buf2975 = rsAtomicAnd((volatile uint32_t*) buf2976, *(uint32_t*)buf2977);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2948 *(int32_t*)buf1265 = rsAtomicAnd((volatile int32_t*) buf1266, *(int32_t*)buf1267);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2948 *(int32_t*)buf1265 = rsAtomicAnd((volatile int32_t*) buf1266, *(int32_t*)buf1267);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3042 *(int32_t*)buf1267 = rsAtomicAnd((volatile int32_t*) buf1268, *(int32_t*)buf1269);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3174 *(int32_t*)buf1319 = rsAtomicAnd((volatile int32_t*) buf1320, *(int32_t*)buf1321);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs8101 *(int32_t*)buf4170 = rsAtomicAnd((volatile int32_t*) buf4171, *(int32_t*)buf4172);
8102 *(int32_t*)buf4173 = rsAtomicAnd((volatile uint32_t*) buf4174, *(uint32_t*)buf4175);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3761 *(int32_t*)buf1379 = rsAtomicAnd((volatile int32_t*) buf1380, *(int32_t*)buf1381);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs4041 *(int32_t*)buf1603 = rsAtomicAnd((volatile int32_t*) buf1604, *(int32_t*)buf1605);