Refactor PipeControlArgs struct

Remove struct PipeControlArgsBase

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-12-22 14:11:05 +00:00
committed by Compute-Runtime-Automation
parent 45810d9918
commit f4c151cce5
35 changed files with 39 additions and 81 deletions

View File

@@ -8,12 +8,12 @@
#pragma once
#include "shared/source/command_stream/stream_properties.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "level_zero/core/source/builtin/builtin_functions_lib.h"
#include "level_zero/core/source/cmdlist/cmdlist_imp.h"
#include "igfxfmid.h"
#include "pipe_control_args.h"
namespace NEO {
enum class ImageType;

View File

@@ -16,6 +16,7 @@
#include "shared/source/helpers/heap_helper.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/helpers/register_offsets.h"
#include "shared/source/helpers/string.h"
@@ -38,8 +39,6 @@
#include "level_zero/core/source/image/image.h"
#include "level_zero/core/source/module/module.h"
#include "pipe_control_args.h"
#include <algorithm>
namespace L0 {

View File

@@ -10,6 +10,7 @@
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/register_offsets.h"
#include "shared/source/helpers/simd_helper.h"
#include "shared/source/memory_manager/graphics_allocation.h"
@@ -20,8 +21,6 @@
#include "level_zero/core/source/kernel/kernel_imp.h"
#include "pipe_control_args.h"
#include <algorithm>
namespace L0 {

View File

@@ -18,6 +18,7 @@
#include "shared/source/device/device.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/memory_manager/residency_container.h"
@@ -35,8 +36,6 @@
#include "level_zero/core/source/fence/fence.h"
#include "level_zero/tools/source/metrics/metric.h"
#include "pipe_control_args.h"
#include <limits>
#include <thread>

View File

@@ -10,13 +10,13 @@
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/helpers/api_specific_config.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/state_base_address.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "level_zero/core/source/cmdqueue/cmdqueue_hw.h"
#include "igfxfmid.h"
#include "pipe_control_args.h"
namespace L0 {

View File

@@ -5,7 +5,7 @@
*
*/
#include "pipe_control_args.h"
#include "shared/source/helpers/pipe_control_args.h"
namespace L0 {

View File

@@ -6,11 +6,10 @@
*/
#include "shared/source/helpers/cache_flush.inl"
#include "shared/source/helpers/pipe_control_args.h"
#include "level_zero/core/source/cmdlist/cmdlist_hw.h"
#include "pipe_control_args.h"
namespace L0 {
template <GFXCORE_FAMILY gfxCoreFamily>

View File

@@ -9,11 +9,10 @@
#include "shared/source/gen9/hw_cmds.h"
#include "shared/source/gen9/hw_info.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "level_zero/core/source/cmdlist/cmdlist_hw.h"
#include "pipe_control_args.h"
namespace L0 {
template struct CommandListCoreFamily<IGFX_GEN9_CORE>;