refactor: add new alias type for walker type

Related-To: NEO-10492

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-05-15 16:56:49 +00:00
committed by Compute-Runtime-Automation
parent 4f77a581b9
commit 2b734880e0
5 changed files with 5 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ struct Gen12LpFamily : public Gen12Lp {
using Parse = CmdParse<Gen12LpFamily>;
using GfxFamily = Gen12LpFamily;
using DefaultWalkerType = GPGPU_WALKER;
using PorWalkerType = GPGPU_WALKER;
using FrontEndStateCommand = MEDIA_VFE_STATE;
using XY_COPY_BLT = typename GfxFamily::XY_BLOCK_COPY_BLT;
using XY_COLOR_BLT = typename GfxFamily::XY_FAST_COLOR_BLT;