Home
last modified time | relevance | path

Searched refs:syncscope (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h202 enum dxil_sync_scope syncscope; member
209 enum dxil_sync_scope syncscope; member
Ddxil_module.h461 enum dxil_sync_scope syncscope);
467 enum dxil_sync_scope syncscope);
Ddxil_module.c2928 enum dxil_sync_scope syncscope) in dxil_emit_cmpxchg() argument
2942 instr->cmpxchg.syncscope = syncscope; in dxil_emit_cmpxchg()
2952 enum dxil_sync_scope syncscope) in dxil_emit_atomicrmw() argument
2966 instr->atomicrmw.syncscope = syncscope; in dxil_emit_atomicrmw()
3233 instr->cmpxchg.syncscope, in emit_cmpxchg()
3251 instr->atomicrmw.syncscope, in emit_atomicrmw()
Ddxil_dump.c612 _mesa_string_buffer_printf(d->buf, ", sync_scope(%s)", rmwsync_str[rmw->syncscope]); in dump_instr_atomicrmw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp555 KEYWORD(syncscope); in LexIdentifier()