venus: fix async compute pipeline creation
Fixes: a771efdefe
("venus: Enable VK_EXT_pipeline_creation_cache_control")
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26179>
This commit is contained in:
@@ -1464,7 +1464,7 @@ vn_CreateComputePipelines(VkDevice device,
|
||||
if (result != VK_SUCCESS)
|
||||
vn_destroy_failed_pipelines(dev, createInfoCount, pPipelines, alloc);
|
||||
} else {
|
||||
vn_call_vkCreateComputePipelines(dev->instance, device, pipelineCache,
|
||||
vn_async_vkCreateComputePipelines(dev->instance, device, pipelineCache,
|
||||
createInfoCount, pCreateInfos, NULL,
|
||||
pPipelines);
|
||||
result = VK_SUCCESS;
|
||||
|
Reference in New Issue
Block a user