mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Enqueue Read/Write operations with blitter
- Program dependencies from Event and IOQ - Obtain new TimestampPacket - Update output TimestampPacket if needed Change-Id: I4ad020f5c5b05ceca8b096fafe1257523e2bc343 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com> Related-To: NEO-3020
This commit is contained in:
committed by
sys_ocldev
parent
aae31c3c1b
commit
3e88907201
@@ -177,9 +177,10 @@ class CommandStreamReceiver {
|
||||
}
|
||||
|
||||
void blitWithHostPtr(Buffer &buffer, void *hostPtr, bool blocking, size_t bufferOffset, uint64_t copySize,
|
||||
BlitterConstants::BlitWithHostPtrDirection copyDirection, CsrDependencies &csrDependencies);
|
||||
BlitterConstants::BlitWithHostPtrDirection copyDirection, CsrDependencies &csrDependencies,
|
||||
const TimestampPacketContainer &outputTimestampPacket);
|
||||
virtual void blitBuffer(Buffer &dstBuffer, Buffer &srcBuffer, bool blocking, uint64_t dstOffset, uint64_t srcOffset,
|
||||
uint64_t copySize, CsrDependencies &csrDependencies) = 0;
|
||||
uint64_t copySize, CsrDependencies &csrDependencies, const TimestampPacketContainer &outputTimestampPacket) = 0;
|
||||
|
||||
ScratchSpaceController *getScratchSpaceController() const {
|
||||
return scratchSpaceController.get();
|
||||
|
||||
Reference in New Issue
Block a user