Searched refs:unitOffsetInPayloadSorted (Results 1 – 1 of 1) sorted by relevance
2479 uint16_t *unitOffsetInPayloadSorted = MOS_NewArray(uint16_t, numArgs); in CreateMovInstructions() local2480 if( !unitOffsetInPayloadSorted ) in CreateMovInstructions()2488 unitOffsetInPayloadSorted[j] = sortedArgs[j]->unitOffsetInPayload; in CreateMovInstructions()2534 if ( unitOffsetInPayloadSorted[j] != sortedArgs[j]->unitOffsetInPayload ) in CreateMovInstructions()2562 … nextIndex += m_movInstConstructor->ConstructObjMovs(unitOffsetInPayloadSorted[j], in CreateMovInstructions()2575 … nextIndex += m_movInstConstructor->ConstructObjMovs(unitOffsetInPayloadSorted[j], in CreateMovInstructions()2585 MosSafeDeleteArray(unitOffsetInPayloadSorted); in CreateMovInstructions()