Files
compute-runtime/unit_tests/gen12lp/special_ult_helper_gen12lp.h

25 lines
686 B
C
Raw Normal View History

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "igfxfmid.h"
#include <cstddef>
namespace NEO {
struct HardwareInfo;
struct SpecialUltHelperGen12lp {
static bool shouldCompressionBeEnabledAfterConfigureHardwareCustom(const HardwareInfo &hwInfo);
static bool additionalCoherencyCheck(PRODUCT_FAMILY productFamily, bool coherency);
static bool shouldPerformimagePitchAlignment(PRODUCT_FAMILY productFamily);
static bool shouldTestDefaultImplementationOfSetupHardwareCapabilities(PRODUCT_FAMILY productFamily);
static bool isPipeControlWArequired(PRODUCT_FAMILY productFamily);
};
} // namespace NEO