Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h205 struct dxil_instr_cmpxchg { struct
206 const struct dxil_value *cmpval, *newval, *ptr;
207 bool is_volatile;
208 enum dxil_atomic_ordering ordering;
209 enum dxil_sync_scope syncscope;