test: update kernel mock class

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-05-30 02:14:22 +00:00
committed by Compute-Runtime-Automation
parent 332340b02b
commit fe2b54f576

View File

@@ -83,7 +83,9 @@ struct ModuleImmutableDataFixture : public DeviceFixture {
using KernelImp::dynamicStateHeapData;
using KernelImp::dynamicStateHeapDataSize;
using KernelImp::internalResidencyContainer;
using KernelImp::isArgUncached;
using KernelImp::kernelArgHandlers;
using KernelImp::kernelArgInfos;
using KernelImp::kernelHasIndirectAccess;
using KernelImp::kernelImmData;
using KernelImp::kernelRequiresGenerationOfLocalIdsByRuntime;
@@ -93,6 +95,8 @@ struct ModuleImmutableDataFixture : public DeviceFixture {
using KernelImp::printfBuffer;
using KernelImp::privateMemoryGraphicsAllocation;
using KernelImp::requiredWorkgroupOrder;
using KernelImp::slmArgOffsetValues;
using KernelImp::slmArgSizes;
using KernelImp::surfaceStateHeapData;
using KernelImp::surfaceStateHeapDataSize;
using KernelImp::unifiedMemoryControls;