From 11cb1a7bd7a82acd7c0875fc12f5ba9838790d01 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Sat, 6 May 2023 21:03:53 +0200 Subject: [PATCH] docs: add missing get_compute_state_info documentation Signed-off-by: Karol Herbst Reviewed-by: Alyssa Rosenzweig Part-of: --- docs/gallium/context.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst index 507a6c07996..e88cdc99eb7 100644 --- a/docs/gallium/context.rst +++ b/docs/gallium/context.rst @@ -877,6 +877,17 @@ program: ``bind_sampler_states`` may be used to set up texture samplers for the compute stage and ``set_sampler_views`` may be used to bind a number of sampler views to it. +Compute kernel queries +^^^^^^^^^^^^^^^^^^^^^^ + +.. _get_compute_state_info: + +get_compute_state_info +%%%%%%%%%%%%%%%%%%%%%% + +This function allows frontends to query kernel information defined inside +``pipe_compute_state_object_info``. + Mipmap generation ^^^^^^^^^^^^^^^^^