mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
14 lines
240 B
C
14 lines
240 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
struct PipelineSelectArgs {
|
||
|
|
bool specialPipelineSelectMode = false;
|
||
|
|
bool mediaSamplerRequired = false;
|
||
|
|
};
|
||
|
|
} // namespace NEO
|