mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Reorder Kernel's members
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2bf08aaa67
commit
006afacc95
@@ -528,6 +528,7 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
|
||||
}
|
||||
cl_int patchPrivateSurface();
|
||||
|
||||
bool containsStatelessWrites = true;
|
||||
const ExecutionEnvironment &executionEnvironment;
|
||||
Program *program;
|
||||
ClDevice &clDevice;
|
||||
@@ -546,7 +547,6 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
|
||||
bool usingImages = false;
|
||||
bool usingImagesOnly = false;
|
||||
bool auxTranslationRequired = false;
|
||||
bool containsStatelessWrites = true;
|
||||
uint32_t patchedArgumentsNum = 0;
|
||||
uint32_t startOffset = 0;
|
||||
uint32_t statelessUncacheableArgsCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user