mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
refactor: Extract PostSyncType to outer abstract layer
This modification serves to simplify the integration of generated compute walker structures. Related-To: NEO-13147 Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fa58073095
commit
89c3aab321
@@ -5953,8 +5953,6 @@ typedef struct tagCOMPUTE_WALKER {
|
||||
return sizeof(TheStructure.Common.InlineData);
|
||||
}
|
||||
using InterfaceDescriptorType = std::decay_t<decltype(TheStructure.Common.InterfaceDescriptor)>; // patched
|
||||
using PostSyncType = std::decay_t<decltype(TheStructure.Common.PostSync)>; // patched
|
||||
|
||||
} COMPUTE_WALKER;
|
||||
STATIC_ASSERT(160 == sizeof(COMPUTE_WALKER));
|
||||
|
||||
|
||||
@@ -5981,7 +5981,6 @@ typedef struct tagCOMPUTE_WALKER {
|
||||
return sizeof(TheStructure.Common.InlineData);
|
||||
}
|
||||
using InterfaceDescriptorType = std::decay_t<decltype(TheStructure.Common.InterfaceDescriptor)>; // patched
|
||||
using PostSyncType = std::decay_t<decltype(TheStructure.Common.PostSync)>; // patched
|
||||
} COMPUTE_WALKER;
|
||||
STATIC_ASSERT(160 == sizeof(COMPUTE_WALKER));
|
||||
|
||||
|
||||
@@ -5815,8 +5815,6 @@ typedef struct tagCOMPUTE_WALKER {
|
||||
return sizeof(TheStructure.Common.InlineData);
|
||||
}
|
||||
using InterfaceDescriptorType = std::decay_t<decltype(TheStructure.Common.InterfaceDescriptor)>; // patched
|
||||
using PostSyncType = std::decay_t<decltype(TheStructure.Common.PostSync)>; // patched
|
||||
|
||||
} COMPUTE_WALKER;
|
||||
STATIC_ASSERT(156 == sizeof(COMPUTE_WALKER));
|
||||
|
||||
|
||||
@@ -5584,8 +5584,6 @@ typedef struct tagCOMPUTE_WALKER {
|
||||
return sizeof(TheStructure.Common.InlineData);
|
||||
}
|
||||
using InterfaceDescriptorType = std::decay_t<decltype(TheStructure.Common.InterfaceDescriptor)>; // patched
|
||||
using PostSyncType = std::decay_t<decltype(TheStructure.Common.PostSync)>; // patched
|
||||
|
||||
} COMPUTE_WALKER;
|
||||
STATIC_ASSERT(156 == sizeof(COMPUTE_WALKER));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user