Home
last modified time | relevance | path

Searched defs:sync_scope (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp382 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()
Dac_nir_to_llvm.c1921 const char *sync_scope = "singlethread-one-as"; in visit_global_atomic() local
2546 const char *sync_scope = "workgroup-one-as"; in visit_var_atomic() local
/external/rust/android-crates-io/crates/tokio/src/task/
Dtask_local.rs168 pub fn sync_scope<F, R>(&'static self, value: T, f: F) -> R in sync_scope() method
/external/mesa3d/src/amd/compiler/
Daco_ir.h90 enum sync_scope : uint8_t { enum