mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user