Searched defs:is_volatile (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_shader.cpp1074 backend_instruction::is_volatile() const function in class:backend_instruction
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_shader.cpp1160 backend_instruction::is_volatile() const function in class:backend_instruction
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_internal.h188 bool is_volatile; member in struct:dxil_instr_load
194 bool is_volatile; member in struct:dxil_instr_store
200 bool is_volatile; member in struct:dxil_instr_atomicrmw
207 bool is_volatile; member in struct:dxil_instr_cmpxchg
H A Ddxil_module.c2881 dxil_emit_load(struct dxil_module * m,const struct dxil_value * ptr,unsigned align,bool is_volatile) argument
2905 dxil_emit_store(struct dxil_module * m,const struct dxil_value * value,const struct dxil_value * ptr,unsigned align,bool is_volatile) argument
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
[all...]

Completed in 9 milliseconds