radv: expose radv_pipeline_capture_shaders()

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21764>
This commit is contained in:
Daniel Schürmann
2023-03-07 13:19:24 +01:00
committed by Marge Bot
parent 2fbd495ce7
commit f1565de4cc
2 changed files with 2 additions and 1 deletions

View File

@@ -3358,7 +3358,7 @@ radv_pipeline_create_ps_epilog(struct radv_graphics_pipeline *pipeline,
return true;
}
static bool
bool
radv_pipeline_capture_shaders(const struct radv_device *device, VkPipelineCreateFlags flags)
{
return (flags & VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR) ||