mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Move hwInfoConfig ownership to RootDeviceEnvironment 2/n
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Use RootDeviceEnvironment getHelper<ProductHelper> for - adjustSamplerState - adjustPlatformForProductFamily.
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
77b6918f30
commit
4aa1697e3c
@@ -116,7 +116,7 @@ void EncodeDispatchKernel<Family>::encode(CommandContainer &container, EncodeDis
|
||||
kernelDescriptor.payloadMappings.samplerTable.numSamplers,
|
||||
kernelDescriptor.payloadMappings.samplerTable.borderColor,
|
||||
args.dispatchInterface->getDynamicStateHeapData(),
|
||||
args.device->getBindlessHeapsHelper(), hwInfo);
|
||||
args.device->getBindlessHeapsHelper(), args.device->getRootDeviceEnvironment());
|
||||
}
|
||||
|
||||
idd.setSamplerStatePointer(samplerStateOffset);
|
||||
|
||||
Reference in New Issue
Block a user