mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
Register Blit CSR to CommandQueue
Change-Id: Ib22ef934492b702990ca549bab576993b0684e98 Related-To: NEO-3020 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
e4e5b5ccdf
commit
23e9e9e02e
@@ -335,6 +335,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
const cl_event *eventWaitList);
|
||||
|
||||
CommandStreamReceiver &getGpgpuCommandStreamReceiver() const;
|
||||
CommandStreamReceiver *getBcsCommandStreamReceiver() const;
|
||||
Device &getDevice() const { return *device; }
|
||||
Context &getContext() const { return *context; }
|
||||
Context *getContextPtr() const { return context; }
|
||||
@@ -440,6 +441,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
Context *context = nullptr;
|
||||
Device *device = nullptr;
|
||||
EngineControl *gpgpuEngine = nullptr;
|
||||
EngineControl *bcsEngine = nullptr;
|
||||
|
||||
cl_command_queue_properties commandQueueProperties = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user