mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
16 lines
254 B
C++
16 lines
254 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace NEO {
|
|
struct PipelineSelectArgs {
|
|
bool specialPipelineSelectMode = false;
|
|
bool mediaSamplerRequired = false;
|
|
};
|
|
} // namespace NEO
|