2021-01-29 18:17:10 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2021 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
2021-01-21 20:10:13 +08:00
|
|
|
#include "shared/test/common/helpers/test_traits.h"
|
2021-01-29 18:17:10 +08:00
|
|
|
|
|
|
|
template <>
|
|
|
|
struct TestTraits<IGFX_GEN12LP_CORE> {
|
2021-01-29 23:40:17 +08:00
|
|
|
static constexpr bool auxBuiltinsSupported = true;
|
2021-09-18 00:37:07 +08:00
|
|
|
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
2021-01-29 18:17:10 +08:00
|
|
|
};
|