Home
last modified time | relevance | path

Searched refs:hasOldLdOrder (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp84 bool hasOldLdOrder() const { return m_platformInfo.eRenderCoreFamily <= IGFX_GEN8_CORE; } in hasOldLdOrder() function in IGC::CPlatform
H A DEmitVISAPass.cpp4577 uint index = CorrectLdIndex(i, m_currShader->m_Platform->hasOldLdOrder()); in emitLdInstruction()
4607 index = CorrectLdIndex(i, m_currShader->m_Platform->hasOldLdOrder()); in emitLdInstruction()