mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 17:30:32 +01:00
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:
parent
669a4dd56b
commit
b350f059f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue