compute-runtime/core/helpers/pipeline_select_args.h

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