mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Add appendPipeControl method
Change-Id: I31108ec5759484024cc9ff74cf5ebcdaa56fdbb4 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com> Related-To: NEO-4869
This commit is contained in:
committed by
Aravind Gopalakrishnan
parent
28509eb71b
commit
2d05718e7f
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user