Home
last modified time | relevance | path

Searched refs:L3_Flush_Texture_Data (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp221 bool L3_Flush_Texture_Data,
H A DCISABuilder.cpp2697 bool L3_Flush_Texture_Data, in Fence() argument
2704 …IGC_ASSERT((L3_Flush_Instructions + L3_Flush_Texture_Data + L3_Flush_Constant_Data + L3_Flush_RW_D… in Fence()
2707 (L3_Flush_Texture_Data << 2) | in Fence()
H A DEmitVISAPass.cpp14407 …bool L3_Flush_Texture_Data = llvm::cast<llvm::ConstantInt>((inst->getOperand(3)))->getValue().getB… in emitMemoryFence() local
14448 L3_Flush_Texture_Data, in emitMemoryFence()
14477 bool L3_Flush_Texture_Data = false; in emitTypedMemoryFence() local
14493 L3_Flush_Texture_Data, in emitTypedMemoryFence()