mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Remove not used method
Change-Id: I6109d4f1521de157f449cad92ecfbab3d133f815 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ca84ebfe4c
commit
054f2b503a
@@ -27,9 +27,7 @@ struct BlitAuxTranslationTests : public ::testing::Test {
|
||||
bcsCsr->setupContext(*bcsOsContext);
|
||||
bcsCsr->initializeTagAllocation();
|
||||
}
|
||||
CommandStreamReceiver *getCommandStreamReceiverForBlitOperation(MemObj &memObj) const override {
|
||||
return bcsCsr.get();
|
||||
}
|
||||
|
||||
BlitOperationResult blitMemoryToAllocation(MemObj &memObj, GraphicsAllocation *memory, void *hostPtr, size_t size) const override {
|
||||
auto blitProperties = BlitProperties::constructPropertiesForReadWriteBuffer(BlitterConstants::BlitDirection::HostPtrToBuffer,
|
||||
*bcsCsr, memory, nullptr,
|
||||
|
||||
Reference in New Issue
Block a user