Skip to content

radv: initialize result when pipeline cache creation fails

Chris Spencer requested to merge spencercw/mesa:radv-error into main

What does this MR do and why?

result is currently uninitialized if the pipeline cache creation fails. This can only happen if the allocation within vk_pipeline_cache_create fails, so VK_ERROR_OUT_OF_HOST_MEMORY seems appropriate.

Merge request reports