mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 03:12:02 +08:00
Remove use of designated initializers
This is a c++20 feature, it worked on Linux via gcc extensions Signed-off-by: Daniel Chabrowski daniel.chabrowski@intel.com Related-To: NEO-6591
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
187f772ae5
commit
3c6e0eed2e
@@ -38,12 +38,12 @@ class DrmQueryMock : public DrmMock {
|
||||
}
|
||||
|
||||
DrmMockPrelimContext context{
|
||||
.hwInfo = nullptr,
|
||||
.rootDeviceEnvironment = rootDeviceEnvironment,
|
||||
.cacheInfo = getCacheInfo(),
|
||||
.failRetTopology = failRetTopology,
|
||||
.supportedCopyEnginesMask = supportedCopyEnginesMask,
|
||||
.contextDebugSupported = contextDebugSupported,
|
||||
nullptr,
|
||||
rootDeviceEnvironment,
|
||||
getCacheInfo(),
|
||||
failRetTopology,
|
||||
supportedCopyEnginesMask,
|
||||
contextDebugSupported,
|
||||
};
|
||||
|
||||
static constexpr uint32_t maxEngineCount{9};
|
||||
|
||||
Reference in New Issue
Block a user