mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
4f77a581b9
commit
2b734880e0
@@ -104,6 +104,7 @@ struct XeHpgCoreFamily : public XeHpgCore {
|
||||
using Parse = CmdParse<XeHpgCoreFamily>;
|
||||
using GfxFamily = XeHpgCoreFamily;
|
||||
using DefaultWalkerType = COMPUTE_WALKER;
|
||||
using PorWalkerType = COMPUTE_WALKER;
|
||||
using FrontEndStateCommand = CFE_STATE;
|
||||
using XY_BLOCK_COPY_BLT = typename GfxFamily::XY_BLOCK_COPY_BLT;
|
||||
using XY_COPY_BLT = typename GfxFamily::XY_BLOCK_COPY_BLT;
|
||||
|
||||
Reference in New Issue
Block a user