Searched refs:rsAtomicAnd (Results 1 – 16 of 16) sorted by relevance
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 53 function: rsAtomicAnd 65 function: rsAtomicAnd
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 61 * 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/ |
D | rs_core.c | 84 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/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 423 rsAtomicAnd(&i, 3);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 425 rsAtomicAnd(&i, 3);
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rscript | 4061 *(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/ |
D | all21.rscript | 5006 *(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/ |
D | all23.rscript | 5836 *(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/ |
D | all22.rscript | 5906 *(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_14/ |
D | all14.rscript | 2948 *(int32_t*)buf1265 = rsAtomicAnd((volatile int32_t*) buf1266, *(int32_t*)buf1267);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rscript | 2948 *(int32_t*)buf1265 = rsAtomicAnd((volatile int32_t*) buf1266, *(int32_t*)buf1267);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rscript | 3174 *(int32_t*)buf1319 = rsAtomicAnd((volatile int32_t*) buf1320, *(int32_t*)buf1321);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rscript | 3042 *(int32_t*)buf1267 = rsAtomicAnd((volatile int32_t*) buf1268, *(int32_t*)buf1269);
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 8101 *(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/ |
D | all18.rscript | 3761 *(int32_t*)buf1379 = rsAtomicAnd((volatile int32_t*) buf1380, *(int32_t*)buf1381);
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rscript | 4041 *(int32_t*)buf1603 = rsAtomicAnd((volatile int32_t*) buf1604, *(int32_t*)buf1605);
|