/* * Copyright (C) 2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include namespace OCLRT { const uint32_t pipelineSelectEnablePipelineSelectMaskBits = 0x3; const uint32_t pipelineSelectMediaSamplerDopClockGateMaskBits = 0x10; } // namespace OCLRT