hw_cmds.h for XE refactor

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-07-07 09:43:29 +00:00
committed by Compute-Runtime-Automation
parent ea2edbef3d
commit 1f9960b305
38 changed files with 68 additions and 45 deletions

View File

@@ -6,11 +6,12 @@
*/
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/xe_hpg_core/hw_cmds_xe_hpg_core_base.h"
#include "shared/test/common/test_macros/header/per_product_test_definitions.h"
#include "shared/test/common/test_macros/test.h"
#include "shared/test/unit_test/image/image_surface_state_fixture.h"
#include "hw_cmds_xe_hpg_core_base.h"
using namespace NEO;
using ImageSurfaceStateTestsXeHpgCore = ImageSurfaceStateTests;