mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Change order of EncodeDispatchKernelArgs members
Order members by their size Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
84872812f2
commit
f7332fc30b
@@ -37,6 +37,7 @@ struct EncodeDispatchKernelArgs {
|
||||
Device *device = nullptr;
|
||||
DispatchKernelEncoderI *dispatchInterface = nullptr;
|
||||
const void *threadGroupDimensions = nullptr;
|
||||
std::list<void *> *additionalCommands = nullptr;
|
||||
PreemptionMode preemptionMode = PreemptionMode::Initial;
|
||||
uint32_t partitionCount = 0u;
|
||||
bool isIndirect = false;
|
||||
@@ -50,7 +51,6 @@ struct EncodeDispatchKernelArgs {
|
||||
bool isKernelUsingSystemAllocation = false;
|
||||
bool isKernelDispatchedFromImmediateCmdList = false;
|
||||
bool isRcs = false;
|
||||
std::list<void *> *additionalCommands = nullptr;
|
||||
};
|
||||
|
||||
struct EncodeWalkerArgs {
|
||||
|
||||
Reference in New Issue
Block a user