Change interface to pass Interface Descriptor Data as pointer

Change-Id: I0f33109b800a7607206954bb1e5cb0826290e6f3
This commit is contained in:
Zdanowicz, Zbigniew
2018-05-11 13:33:16 +02:00
committed by sys_ocldev
parent 2e06df06ff
commit 33fee15711
5 changed files with 31 additions and 22 deletions

View File

@@ -595,7 +595,8 @@ void GpgpuWalkerHelper<GfxFamily>::dispatchWalker(
localWorkSizes,
offsetInterfaceDescriptorTable,
interfaceDescriptorIndex,
preemptionMode);
preemptionMode,
nullptr);
if (&dispatchInfo == &*multiDispatchInfo.begin()) {
// If hwTimeStampAlloc is passed (not nullptr), then we know that profiling is enabled
@@ -761,7 +762,8 @@ void GpgpuWalkerHelper<GfxFamily>::dispatchScheduler(
localWorkSizes,
offsetInterfaceDescriptorTable,
interfaceDescriptorIndex,
preemptionMode);
preemptionMode,
nullptr);
// Implement enabling special WA DisableLSQCROPERFforOCL if needed
GpgpuWalkerHelper<GfxFamily>::applyWADisableLSQCROPERFforOCL(commandStream, scheduler, true);