Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp275 LLVMValueRef ptr, LLVMValueRef val, const char *sync_scope)
328 LLVMValueRef cmp, LLVMValueRef val, const char *sync_scope)
Dac_nir_to_llvm.c2037 const char *sync_scope = LLVM_VERSION_MAJOR >= 9 ? "singlethread-one-as" : "singlethread"; in visit_global_atomic() local
2920 const char *sync_scope = LLVM_VERSION_MAJOR >= 9 ? "workgroup-one-as" : "workgroup"; in visit_var_atomic() local
/external/rust/crates/tokio/src/task/
Dtask_local.rs184 pub fn sync_scope<F, R>(&'static self, value: T, f: F) -> R in sync_scope() method
/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_internal.cc1119 SyncScope<Context::kMutator> sync_scope(*this); in RunFromMutator() local
1156 SyncScope<Context::kScanner> sync_scope(*this); in RunFromScanner() local
/external/mesa3d/src/amd/compiler/
Daco_ir.h151 enum sync_scope : uint8_t { enum
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c3013 const char *sync_scope = LLVM_VERSION_MAJOR >= 9 ? "workgroup-one-as" : "workgroup"; in gfx10_ngg_gs_emit_epilogue_2() local