mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
test: update kernel mock class
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
332340b02b
commit
fe2b54f576
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user