ac/sqtt: add missing EventUnknown to rgp_sqtt_marker_event_type
To match XGL. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22677>
This commit is contained in:
committed by
Marge Bot
parent
637a6813db
commit
4cbb0f7ec3
@@ -338,6 +338,7 @@ enum rgp_sqtt_marker_event_type
|
||||
EventCmdDrawMeshTasksEXT = 41,
|
||||
EventCmdDrawMeshTasksIndirectCountEXT = 42,
|
||||
EventCmdDrawMeshTasksIndirectEXT = 43,
|
||||
EventUnknown = 0x7fff,
|
||||
EventInvalid = 0xffffffff
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user