anv: document utrace field

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20295>
This commit is contained in:
Lionel Landwerlin
2022-02-26 22:00:50 +02:00
committed by Marge Bot
parent c70ef757e6
commit 21e32e1f8d
+1 -1
View File
@@ -2745,7 +2745,7 @@ struct anv_cmd_buffer {
struct u_vector dynamic_bos;
/**
*
* Structure holding tracepoints recorded in the command buffer.
*/
struct u_trace trace;
};