Move helpers files to core folder

Change-Id: I7cd2f4afd86adc5296103f61653c6d760b4e80f5
This commit is contained in:
kamdiedrich
2019-12-30 16:41:41 +01:00
committed by sys_ocldev
parent 44a9ec5c1a
commit 350eb83f02
8 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
const uint32_t pipelineSelectEnablePipelineSelectMaskBits = 0x3;
const uint32_t pipelineSelectMediaSamplerDopClockGateMaskBits = 0x10;
const uint32_t pipelineSelectMediaSamplerPowerClockGateMaskBits = 0x40;
} // namespace NEO