/frameworks/rs/api/ |
D | rs_atomic.spec | 73 function: rsAtomicCas 85 by rsAtomicCas() is compareValue. function 89 function: rsAtomicCas
|
/frameworks/rs/scriptc/ |
D | rs_atomic.rsh | 83 * rsAtomicCas: Thread-safe compare and set 89 * by rsAtomicCas() is compareValue. 100 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue); 105 rsAtomicCas(volatile uint32_t* addr, uint32_t compareValue, uint32_t newValue);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | atomic.rs | 28 uint32_t ret = rsAtomicCas(&dst, cmp, swp);
|
D | apitest.rs | 414 rsAtomicCas(&i, 8, 9); 415 rsAtomicCas(&ui, 8, 9);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | atomic.rs | 28 uint32_t ret = rsAtomicCas(&dst, cmp, swp);
|
D | apitest.rs | 412 rsAtomicCas(&i, 8, 9); 413 rsAtomicCas(&ui, 8, 9);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | atomic.rs | 28 uint32_t ret = rsAtomicCas(&dst, cmp, swp);
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_atomic.jd | 43 <a href='rs_atomic.html#android_rs:rsAtomicCas'>rsAtomicCas</a> 186 <a name='android_rs:rsAtomicCas'></a> 189 <span class='sympad'>rsAtomicCas</span> 195 …<td><a href='rs_value_types.html#android_rs:int32_t'>int32_t</a> rsAtomicCas(volatile <a href='rs_… 201 …<td><a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> rsAtomicCas(volatile <a href='r… 226 by rsAtomicCas() is compareValue.
|
D | overview.jd | 2141 <a href='rs_atomic.html#android_rs:rsAtomicCas'>rsAtomicCas</a>
|
D | index.jd | 1672 <a href='rs_atomic.html#android_rs:rsAtomicCas'>rsAtomicCas</a>
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 44 extern int32_t __attribute__((overloadable)) rsAtomicCas(volatile int32_t *ptr, int32_t expectedVal… in rsAtomicCas() function 48 extern uint32_t __attribute__((overloadable)) rsAtomicCas(volatile uint32_t *ptr, uint32_t expected… in rsAtomicCas() function
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 3043 …*(int32_t*)buf1270 = rsAtomicCas((volatile int32_t*) buf1271, *(int32_t*)buf1272, *(int32_t*)buf12… 3044 …*(uint32_t*)buf1274 = rsAtomicCas((volatile uint32_t*) buf1275, *(uint32_t*)buf1276, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2949 …*(int32_t*)buf1268 = rsAtomicCas((volatile int32_t*) buf1269, *(int32_t*)buf1270, *(int32_t*)buf12… 2950 …*(uint32_t*)buf1272 = rsAtomicCas((volatile uint32_t*) buf1273, *(uint32_t*)buf1274, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2949 …*(int32_t*)buf1268 = rsAtomicCas((volatile int32_t*) buf1269, *(int32_t*)buf1270, *(int32_t*)buf12… 2950 …*(uint32_t*)buf1272 = rsAtomicCas((volatile uint32_t*) buf1273, *(uint32_t*)buf1274, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3175 …*(int32_t*)buf1322 = rsAtomicCas((volatile int32_t*) buf1323, *(int32_t*)buf1324, *(int32_t*)buf13… 3176 …*(uint32_t*)buf1326 = rsAtomicCas((volatile uint32_t*) buf1327, *(uint32_t*)buf1328, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3762 …*(int32_t*)buf1382 = rsAtomicCas((volatile int32_t*) buf1383, *(int32_t*)buf1384, *(int32_t*)buf13… 3763 …*(uint32_t*)buf1386 = rsAtomicCas((volatile uint32_t*) buf1387, *(uint32_t*)buf1388, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4063 …*(int32_t*)buf1612 = rsAtomicCas((volatile int32_t*) buf1613, *(int32_t*)buf1614, *(int32_t*)buf16… 4064 …*(uint32_t*)buf1616 = rsAtomicCas((volatile uint32_t*) buf1617, *(uint32_t*)buf1618, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 4042 …*(int32_t*)buf1606 = rsAtomicCas((volatile int32_t*) buf1607, *(int32_t*)buf1608, *(int32_t*)buf16… 4043 …*(uint32_t*)buf1610 = rsAtomicCas((volatile uint32_t*) buf1611, *(uint32_t*)buf1612, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 5008 …*(int32_t*)buf2258 = rsAtomicCas((volatile int32_t*) buf2259, *(int32_t*)buf2260, *(int32_t*)buf22… 5009 …*(uint32_t*)buf2262 = rsAtomicCas((volatile uint32_t*) buf2263, *(uint32_t*)buf2264, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 5838 …*(int32_t*)buf2978 = rsAtomicCas((volatile int32_t*) buf2979, *(int32_t*)buf2980, *(int32_t*)buf29… 5839 …*(uint32_t*)buf2982 = rsAtomicCas((volatile uint32_t*) buf2983, *(uint32_t*)buf2984, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 5908 …*(int32_t*)buf2978 = rsAtomicCas((volatile int32_t*) buf2979, *(int32_t*)buf2980, *(int32_t*)buf29… 5909 …*(uint32_t*)buf2982 = rsAtomicCas((volatile uint32_t*) buf2983, *(uint32_t*)buf2984, *(uint32_t*)b…
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 8103 …*(int32_t*)buf4176 = rsAtomicCas((volatile int32_t*) buf4177, *(int32_t*)buf4178, *(int32_t*)buf41… 8104 …*(uint32_t*)buf4180 = rsAtomicCas((volatile uint32_t*) buf4181, *(uint32_t*)buf4182, *(uint32_t*)b…
|