compute-runtime/shared/source/helpers/pipeline_select_helper.h

17 lines
474 B
C++

/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
inline constexpr uint32_t pipelineSelectEnablePipelineSelectMaskBits = 0x3;
inline constexpr uint32_t pipelineSelectMediaSamplerDopClockGateMaskBits = 0x10;
inline constexpr uint32_t pipelineSelectMediaSamplerPowerClockGateMaskBits = 0x40;
inline constexpr uint32_t pipelineSelectSystolicModeEnableMaskBits = 0x80;
} // namespace NEO