mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
DispatchKernelEncoder refactor
Replacing parts of DispatchKernelEncoder with KernelDescriptor Change-Id: I1c780b04a2d3d1de0fb75d5413a0dde8b41bbe07
This commit is contained in:
committed by
sys_ocldev
parent
ea56bde3fb
commit
2c25777f3c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user