nouveau/parser: Dump SET_STREAM_OUT_CONTROL_* properly

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Faith Ekstrand 2023-09-28 11:35:39 -05:00 committed by Marge Bot
parent c2c010055a
commit 62ac73d5e3

View file

@ -25,6 +25,7 @@ METHOD_ARRAY_SIZES = {
'SET_PIPELINE_*' : 6,
'SET_SCISSOR_*' : 16,
'SET_STREAM_OUT_BUFFER_*' : 4,
'SET_STREAM_OUT_CONTROL_*' : 4,
'SET_VIEWPORT_*' : 16,
'SET_VERTEX_ATTRIBUTE_*' : 16,
'SET_VERTEX_STREAM_*' : 16,