mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
refactor: rename WALKER_TYPE to DefaultWalkerType
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
306142eefa
commit
9486cd2a26
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user