mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
Add a syntax for urb write messages.
This commit is contained in:
committed by
Damien Lespiau
parent
5232981c88
commit
e865196a9d
@@ -55,6 +55,12 @@ int saved_state = INITIAL;
|
||||
"urb" { return URB; }
|
||||
"thread_spawner" { return THREAD_SPAWNER; }
|
||||
|
||||
"allocate" { return ALLOCATE; }
|
||||
"used" { return USED; }
|
||||
"complete" { return COMPLETE; }
|
||||
"transpose" { return TRANSPOSE; }
|
||||
"interleave" { return INTERLEAVE; }
|
||||
|
||||
";" { return SEMICOLON; }
|
||||
"(" { return LPAREN; }
|
||||
")" { return RPAREN; }
|
||||
|
||||
Reference in New Issue
Block a user