Searched refs:numLanesForSimd8 (Results 1 – 1 of 1) sorted by relevance
13136 const unsigned int numLanesForSimd8 = numLanes(SIMDMode::SIMD8); in emitPreOrPostFixOp() local13137 IGC_ASSERT(numLanesForSimd8); in emitPreOrPostFixOp()13138 const unsigned int numTimesToLoop = numLanes(m_currShader->m_SIMDSize) / numLanesForSimd8; in emitPreOrPostFixOp()13938 const unsigned int numLanesForSimd8 = numLanes(SIMDMode::SIMD8); in emitAtomicTyped() local13939 IGC_ASSERT(numLanesForSimd8); in emitAtomicTyped()13940 const unsigned int loopIter = numLanes(m_currShader->m_SIMDSize) / numLanesForSimd8; in emitAtomicTyped()