refactor: remove unused method
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
parent
e964ccdf57
commit
ad99f00ba4
|
@ -45,7 +45,6 @@ class FlatBatchBufferHelper;
|
||||||
class AllocationsList;
|
class AllocationsList;
|
||||||
class Device;
|
class Device;
|
||||||
class ExecutionEnvironment;
|
class ExecutionEnvironment;
|
||||||
class ExperimentalCommandBuffer;
|
|
||||||
class GmmPageTableMngr;
|
class GmmPageTableMngr;
|
||||||
class GraphicsAllocation;
|
class GraphicsAllocation;
|
||||||
class HostPtrSurface;
|
class HostPtrSurface;
|
||||||
|
@ -265,7 +264,6 @@ class CommandStreamReceiver : NEO::NonCopyableAndNonMovableClass {
|
||||||
void *getIndirectHeapCurrentPtr(IndirectHeapType heapType) const;
|
void *getIndirectHeapCurrentPtr(IndirectHeapType heapType) const;
|
||||||
|
|
||||||
virtual enum CommandStreamReceiverType getType() const = 0;
|
virtual enum CommandStreamReceiverType getType() const = 0;
|
||||||
void setExperimentalCmdBuffer(std::unique_ptr<ExperimentalCommandBuffer> &&cmdBuffer);
|
|
||||||
|
|
||||||
bool initializeTagAllocation();
|
bool initializeTagAllocation();
|
||||||
MOCKABLE_VIRTUAL bool createWorkPartitionAllocation(const Device &device);
|
MOCKABLE_VIRTUAL bool createWorkPartitionAllocation(const Device &device);
|
||||||
|
|
Loading…
Reference in New Issue