mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
kk: Fill pipelineUUID
Signed-off-by: Aitor Camacho <aitor@lunarg.com>
(cherry picked from commit b350f059f5)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40092>
This commit is contained in:
parent
6f88b07e5d
commit
a3f872630b
2 changed files with 3 additions and 1 deletions
|
|
@ -16004,7 +16004,7 @@
|
|||
"description": "kk: Fill pipelineUUID",
|
||||
"nominated": false,
|
||||
"nomination_type": 0,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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