Home
last modified time | relevance | path

Searched defs:ATOMIC (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer.h138 enum class State { NOT_RUNNING, MARKING, ATOMIC, SWEEPING }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp93 ATOMIC = GLOBAL | LDS | SCRATCH | GDS, enumerator
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c74 #define ATOMIC(mode, type, op, res, base, deref, val) INFO(mode, type##_atomic_##op, true, res, bas… in get_info() macro
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c830 #define ATOMIC(op) \ in dxil_nir_lower_atomics_to_dxil() macro
/third_party/node/deps/v8/src/common/
Dglobals.h902 enum class AccessMode { ATOMIC, NON_ATOMIC }; enumerator