Home
last modified time | relevance | path

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

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dcm_kernel.cpp1447 UINT addInstNum = 0; in CreateMovInstructions() local
1450 addInstNum = 1; in CreateMovInstructions()
1473 new(std::nothrow) BYTE[(movInstNum + addInstNum) * in CreateMovInstructions()
1495 if (addInstNum != 0) { in CreateMovInstructions()
1499 movInstNum += addInstNum; in CreateMovInstructions()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_kernel_rt.cpp2612 uint32_t addInstNum =0; in CreateMovInstructions() local
2616 addInstNum = 1; in CreateMovInstructions()
2628 if (movInstNum || addInstNum) in CreateMovInstructions()
2630 codeDst = MOS_NewArray(uint8_t, ((movInstNum + addInstNum) * CM_MOVE_INSTRUCTION_SIZE)); in CreateMovInstructions()
2655 if(addInstNum != 0) in CreateMovInstructions()
2659 movInstNum += addInstNum; // take add Y instruction into consideration in CreateMovInstructions()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_kernel_rt.cpp2603 uint32_t addInstNum =0; in CreateMovInstructions() local
2607 addInstNum = 1; in CreateMovInstructions()
2619 if (movInstNum || addInstNum) in CreateMovInstructions()
2621 codeDst = MOS_NewArray(uint8_t, ((movInstNum + addInstNum) * CM_MOVE_INSTRUCTION_SIZE)); in CreateMovInstructions()
2646 if(addInstNum != 0) in CreateMovInstructions()
2650 movInstNum += addInstNum; // take add Y instruction into consideration in CreateMovInstructions()