Add appendPipeControl method

Change-Id: I31108ec5759484024cc9ff74cf5ebcdaa56fdbb4
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Related-To: NEO-4869
This commit is contained in:
Maciej Dziuban
2020-07-21 10:04:28 +02:00
committed by Aravind Gopalakrishnan
parent 28509eb71b
commit 2d05718e7f
4 changed files with 11 additions and 0 deletions

View File

@@ -279,6 +279,10 @@ struct MockCommandList : public CommandList {
ADDMETHOD_NOBASE(appendMINoop, ze_result_t, ZE_RESULT_SUCCESS, ());
ADDMETHOD_NOBASE(appendPipeControl, ze_result_t, ZE_RESULT_SUCCESS,
(void *dstPtr,
uint64_t value));
ADDMETHOD_NOBASE(executeCommandListImmediate, ze_result_t, ZE_RESULT_SUCCESS,
(bool perforMigration));