Searched refs:destUniform (Results 1 – 1 of 1) sorted by relevance
16115 bool destUniform = m_destination->IsUniform(); in emitVectorLoad() local16118 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()