Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp16115 bool destUniform = m_destination->IsUniform(); in emitVectorLoad() local
16118 IGC_ASSERT_MESSAGE(!(destUniform && !srcUniform), in emitVectorLoad()
16239 bool needTemp = (!destUniform || !IsGRFAligned(m_destination, EALIGN_GRF)); in emitVectorLoad()
16292 bool needTemp = !destUniform || in emitVectorLoad()
16511 m_encoder->SetDstSubReg(eltOff + (destUniform ? n : n * width)); in emitVectorLoad()