DispatchKernelEncoder refactor

Replacing parts of DispatchKernelEncoder with KernelDescriptor

Change-Id: I1c780b04a2d3d1de0fb75d5413a0dde8b41bbe07
This commit is contained in:
Jaroslaw Chodor
2020-04-07 14:07:31 +02:00
committed by sys_ocldev
parent ea56bde3fb
commit 2c25777f3c
27 changed files with 180 additions and 383 deletions

View File

@@ -51,7 +51,7 @@ struct HardwareCommandsHelper : public PerThreadDataHelper {
static void setAdditionalInfo(
INTERFACE_DESCRIPTOR_DATA *pInterfaceDescriptor,
const Kernel &kernel,
const uint32_t threadsPerThreadGroup);
const uint32_t numThreadsPerThreadGroup);
inline static uint32_t additionalSizeRequiredDsh();
@@ -64,7 +64,7 @@ struct HardwareCommandsHelper : public PerThreadDataHelper {
size_t bindingTablePointer,
size_t offsetSamplerState,
uint32_t numSamplers,
uint32_t threadsPerThreadGroup,
uint32_t numThreadsPerThreadGroup,
const Kernel &kernel,
uint32_t bindingTablePrefetchSize,
PreemptionMode preemptionMode,