Home
last modified time | relevance | path

Searched refs:rsAtomicInc (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/api/
Drs_atomic.spec115 function: rsAtomicInc
125 function: rsAtomicInc
/frameworks/rs/scriptc/
Drs_atomic.rsh129 * rsAtomicInc: Thread-safe increment
140 rsAtomicInc(volatile int32_t* addr);
145 rsAtomicInc(volatile uint32_t* addr);
/frameworks/rs/driver/runtime/
Drs_core.c47 extern int32_t __attribute__((overloadable)) rsAtomicInc(volatile int32_t *ptr) { in rsAtomicInc() function
51 extern int32_t __attribute__((overloadable)) rsAtomicInc(volatile uint32_t *ptr) { in rsAtomicInc() function
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_atomic.jd59 <a href='rs_atomic.html#android_rs:rsAtomicInc'>rsAtomicInc</a>
269 <a name='android_rs:rsAtomicInc'></a>
272 <span class='sympad'>rsAtomicInc</span>
278 …<td><a href='rs_value_types.html#android_rs:int32_t'>int32_t</a> rsAtomicInc(volatile <a href='rs_…
284 …<td><a href='rs_value_types.html#android_rs:int32_t'>int32_t</a> rsAtomicInc(volatile <a href='rs_…
Doverview.jd2157 <a href='rs_atomic.html#android_rs:rsAtomicInc'>rsAtomicInc</a>
Dindex.jd1688 <a href='rs_atomic.html#android_rs:rsAtomicInc'>rsAtomicInc</a>
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs401 rsAtomicInc(&i);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs401 rsAtomicInc(&i);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs4067 *(int32_t*)buf1624 = rsAtomicInc((volatile int32_t*) buf1625);
4068 *(int32_t*)buf1626 = rsAtomicInc((volatile uint32_t*) buf1627);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs5012 *(int32_t*)buf2270 = rsAtomicInc((volatile int32_t*) buf2271);
5013 *(int32_t*)buf2272 = rsAtomicInc((volatile uint32_t*) buf2273);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5842 *(int32_t*)buf2990 = rsAtomicInc((volatile int32_t*) buf2991);
5843 *(int32_t*)buf2992 = rsAtomicInc((volatile uint32_t*) buf2993);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5912 *(int32_t*)buf2990 = rsAtomicInc((volatile int32_t*) buf2991);
5913 *(int32_t*)buf2992 = rsAtomicInc((volatile uint32_t*) buf2993);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2952 *(int32_t*)buf1278 = rsAtomicInc((volatile int32_t*) buf1279);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3046 *(int32_t*)buf1280 = rsAtomicInc((volatile int32_t*) buf1281);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2952 *(int32_t*)buf1278 = rsAtomicInc((volatile int32_t*) buf1279);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3178 *(int32_t*)buf1332 = rsAtomicInc((volatile int32_t*) buf1333);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3765 *(int32_t*)buf1392 = rsAtomicInc((volatile int32_t*) buf1393);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs4045 *(int32_t*)buf1616 = rsAtomicInc((volatile int32_t*) buf1617);