mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Move enqueue blit logic to enqueueHandler
Change-Id: Ibbad22906387c15243708d37b272601f4734697d Related-To: NEO-3020
This commit is contained in:
committed by
sys_ocldev
parent
4403796f58
commit
0a8a77d47c
@@ -149,7 +149,7 @@ HWCMDTEST_F(IGFX_GEN8_CORE, EnqueueWriteBufferRectTest, 2D_addsIndirectData) {
|
||||
pCmdQ->getContext(), pCmdQ->getDevice());
|
||||
ASSERT_NE(nullptr, &builder);
|
||||
|
||||
BuiltinDispatchInfoBuilder::BuiltinOpParams dc;
|
||||
BuiltinOpParams dc;
|
||||
dc.srcPtr = hostPtr;
|
||||
dc.dstMemObj = buffer.get();
|
||||
dc.srcOffset = {0, 0, 0};
|
||||
|
||||
Reference in New Issue
Block a user