Searched defs:sync_scope (Results 1 – 4 of 4) sorted by relevance
382 LLVMValueRef ptr, LLVMValueRef val, const char *sync_scope) in ac_build_atomic_rmw()434 LLVMValueRef cmp, LLVMValueRef val, const char *sync_scope) in ac_build_atomic_cmp_xchg()
1921 const char *sync_scope = "singlethread-one-as"; in visit_global_atomic() local2546 const char *sync_scope = "workgroup-one-as"; in visit_var_atomic() local
168 pub fn sync_scope<F, R>(&'static self, value: T, f: F) -> R in sync_scope() method
90 enum sync_scope : uint8_t { enum