gfxstream: global_state_wrapped_decoding of vkCreateComputePipelines

Similar to vkCreateGraphicsPipelines, this
function also need to be wrapped.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31929>
This commit is contained in:
Bo Hu
2024-10-29 22:09:11 -07:00
committed by Gurchetan Singh
parent e53a2c7474
commit 21a07e850c

View File

@@ -684,6 +684,7 @@ custom_decodes = {
"vkDestroyShaderModule": emit_global_state_wrapped_decoding,
"vkCreatePipelineCache": emit_global_state_wrapped_decoding,
"vkDestroyPipelineCache": emit_global_state_wrapped_decoding,
"vkCreateComputePipelines": emit_global_state_wrapped_decoding,
"vkCreateGraphicsPipelines": emit_global_state_wrapped_decoding,
"vkDestroyPipeline": emit_global_state_wrapped_decoding,