Searched defs:syncscope (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 202 enum dxil_sync_scope syncscope; member in struct:dxil_instr_atomicrmw 209 enum dxil_sync_scope syncscope; member in struct:dxil_instr_cmpxchg
|
| H A D | dxil_module.c | 2924 dxil_emit_cmpxchg(struct dxil_module * m,const struct dxil_value * cmpval,const struct dxil_value * newval,const struct dxil_value * ptr,bool is_volatile,enum dxil_atomic_ordering ordering,enum dxil_sync_scope syncscope) argument 2949 dxil_emit_atomicrmw(struct dxil_module * m,const struct dxil_value * value,const struct dxil_value * ptr,enum dxil_rmw_op op,bool is_volatile,enum dxil_atomic_ordering ordering,enum dxil_sync_scope syncscope) argument
|
Completed in 7 milliseconds