Files
compute-runtime/core/helpers/pipeline_select_args.h
Dunajski, Bartosz 235268aef5 Add missing pragma
Change-Id: Id06ac0741d626cceaafa79f592f3ed9e69136464
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2019-09-23 10:47:06 +02:00

16 lines
254 B
C++

/*
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct PipelineSelectArgs {
bool specialPipelineSelectMode = false;
bool mediaSamplerRequired = false;
};
} // namespace NEO