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

@@ -9,11 +9,10 @@
#include "shared/source/command_stream/preemption.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "pipe_control_args.h"
namespace NEO {
template <typename GfxFamily>