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.h495 enum dxil_sync_scope syncscope);
501 enum dxil_sync_scope syncscope);
Ddxil_module.c2982 enum dxil_sync_scope syncscope) in dxil_emit_cmpxchg() argument
2996 instr->cmpxchg.syncscope = syncscope; in dxil_emit_cmpxchg()
3006 enum dxil_sync_scope syncscope) in dxil_emit_atomicrmw() argument
3020 instr->atomicrmw.syncscope = syncscope; in dxil_emit_atomicrmw()
3287 instr->cmpxchg.syncscope, in emit_cmpxchg()
3305 instr->atomicrmw.syncscope, in emit_atomicrmw()
Ddxil_dump.c617 _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()