mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 03:20:47 +08:00
Move blit enqueue out of enqueueCommon [2/n]
Unify events path Change-Id: I5b1aa5277d48ebcb6efcdb91c67b921518e32783 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c9a3edd539
commit
cf8f0c6437
@@ -199,7 +199,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
|
||||
virtual cl_int flush() = 0;
|
||||
|
||||
MOCKABLE_VIRTUAL void updateFromCompletionStamp(const CompletionStamp &completionStamp);
|
||||
void updateFromCompletionStamp(const CompletionStamp &completionStamp, Event *outEvent);
|
||||
|
||||
virtual bool isCacheFlushCommand(uint32_t commandType) const { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user