mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Add method to dispatch blit operation from hostPtr to Buffer
Related-To: NEO-3020 Change-Id: If76f2c659c3ee343693a6d3ced86a47d7ed0bf61 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
fac6ddaebc
commit
ccd93e1ea8
@@ -180,6 +180,8 @@ class CommandStreamReceiver {
|
||||
this->latestSentTaskCount = latestSentTaskCount;
|
||||
}
|
||||
|
||||
virtual void blitFromHostPtr(MemObj &destinationMemObj, void *sourceHostPtr, uint64_t sourceSize) = 0;
|
||||
|
||||
protected:
|
||||
void cleanupResources();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user