mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
pan/bi: Use enum bifrost_message_type
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8723>
This commit is contained in:
parent
ce2ef3dad6
commit
47348db7e8
1 changed files with 2 additions and 2 deletions
|
|
@ -460,8 +460,8 @@ typedef struct {
|
|||
*/
|
||||
bool branch_constant;
|
||||
|
||||
/* What type of high latency instruction is here, basically */
|
||||
unsigned message_type;
|
||||
/* Unique in a clause */
|
||||
enum bifrost_message_type message_type;
|
||||
} bi_clause;
|
||||
|
||||
typedef struct bi_block {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue