2019-09-10 22:13:11 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-09-23 14:52:48 +08:00
|
|
|
#pragma once
|
|
|
|
|
2019-09-10 22:13:11 +08:00
|
|
|
namespace NEO {
|
|
|
|
struct PipelineSelectArgs {
|
|
|
|
bool specialPipelineSelectMode = false;
|
|
|
|
bool mediaSamplerRequired = false;
|
|
|
|
};
|
|
|
|
} // namespace NEO
|