test: refactor hw parse cmds

Related-To: NEO-10641
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2024-08-08 22:42:45 +00:00
committed by Compute-Runtime-Automation
parent bfbcb7c05c
commit 4048cbc0c2
15 changed files with 225 additions and 392 deletions

View File

@@ -18,7 +18,7 @@ using GenGfxFamily = NEO::Gen12LpFamily;
#include "shared/test/common/cmd_parse/cmd_parse_sip.inl"
#include "shared/test/common/cmd_parse/gen_cmd_parse.h"
#include "shared/test/common/cmd_parse/hw_parse.h"
#include "shared/test/common/cmd_parse/hw_parse.inl"
#include "shared/test/common/cmd_parse/hw_parse_base.inl"
size_t getAdditionalCommandLengthHwSpecific(void *cmd) {
using L3_CONTROL_WITH_POST_SYNC = typename GenGfxFamily::L3_CONTROL;