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

17 lines
293 B
C++

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