Searched refs:instWidth (Results 1 – 1 of 1) sorted by relevance
14097 SIMDMode instWidth = std::min( in emitTypedRead() local14100 bool needsSplit = m_currShader->m_SIMDSize > instWidth; in emitTypedRead()14118 numChannels * numLanes(instWidth), in emitTypedRead()14134 if (m_currShader->m_SIMDSize != instWidth) in emitTypedRead()14136 JoinSIMD(tempdst, numChannels, instWidth); in emitTypedRead()14189 SIMDMode instWidth = std::min( in emitTypedWrite() local14192 bool needsSplit = m_currShader->m_SIMDSize > instWidth; in emitTypedWrite()14213 IGC_ASSERT(instWidth == SIMDMode::SIMD8 || in emitTypedWrite()14214 instWidth == SIMDMode::SIMD16); in emitTypedWrite()14215 IGC_ASSERT(m_currShader->m_SIMDSize > instWidth); in emitTypedWrite()[all …]