Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp263 LLVMValueRef ptr, LLVMValueRef val, const char *sync_scope) in ac_build_atomic_rmw()
317 LLVMValueRef cmp, LLVMValueRef val, const char *sync_scope) in ac_build_atomic_cmp_xchg()
Dac_nir_to_llvm.c2233 const char *sync_scope = "singlethread-one-as"; in visit_global_atomic() local
3182 const char *sync_scope = "workgroup-one-as"; in visit_var_atomic() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h175 enum sync_scope : uint8_t { enum