refactor: rename WALKER_TYPE to DefaultWalkerType

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-04 12:20:54 +00:00
committed by Compute-Runtime-Automation
parent 306142eefa
commit 9486cd2a26
83 changed files with 883 additions and 883 deletions

View File

@@ -53,7 +53,7 @@ template <typename GfxFamily>
class HardwareInterface {
public:
using INTERFACE_DESCRIPTOR_DATA = typename GfxFamily::INTERFACE_DESCRIPTOR_DATA;
using WALKER_TYPE = typename GfxFamily::WALKER_TYPE;
using DefaultWalkerType = typename GfxFamily::DefaultWalkerType;
template <typename WalkerType>
static void dispatchWalker(