kk: Fill pipelineUUID

Signed-off-by: Aitor Camacho <aitor@lunarg.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39454>
This commit is contained in:
Aitor Camacho 2026-01-22 19:06:25 +09:00 committed by Marge Bot
parent 669a4dd56b
commit b350f059f5

View file

@ -827,6 +827,8 @@ kk_enumerate_physical_devices(struct vk_instance *_instance)
if (result != VK_SUCCESS)
goto fail_mtl_dev;
kk_physical_device_init_pipeline_cache(pdev);
uint64_t sysmem_size_B = kk_get_sysmem_heap_size();
if (sysmem_size_B == 0) {
result = vk_errorf(instance, VK_ERROR_INITIALIZATION_FAILED,