Home
last modified time | relevance | path

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

/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_kernel_rt.cpp2479 uint16_t *unitOffsetInPayloadSorted = MOS_NewArray(uint16_t, numArgs); in CreateMovInstructions() local
2480 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()