mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
refactor: add const suffix
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
771027411e
commit
54e07def28
@@ -83,7 +83,7 @@ struct CommandQueueImp : public CommandQueue {
|
|||||||
|
|
||||||
Device *getDevice() { return device; }
|
Device *getDevice() { return device; }
|
||||||
|
|
||||||
NEO::CommandStreamReceiver *getCsr() { return csr; }
|
NEO::CommandStreamReceiver *getCsr() const { return csr; }
|
||||||
|
|
||||||
MOCKABLE_VIRTUAL NEO::WaitStatus reserveLinearStreamSize(size_t size);
|
MOCKABLE_VIRTUAL NEO::WaitStatus reserveLinearStreamSize(size_t size);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user