Home
last modified time | relevance | path

Searched refs:SWFence (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendSync.cpp575 if (fenceMask.mask.SWFence) in translateVISASyncInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h1143 uint8_t SWFence: 1; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp225 bool SWFence);
H A DCISABuilder.cpp2701 bool SWFence) // if true no ISA is emitted and the instruction is a pure code barrier in Fence() argument
2712 (SWFence << 7) | in Fence()