mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Add support for kernel payload arguments describing data const and data global buffers in zeInfo. Argument contains: * Offset in cross thread data where buffer's address should be written to. To be removed later. Relocations should be used instead. * Index in binding table where corresponding Surface State should be present. Required for bindful access to data buffers. Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>