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:
Alyssa Rosenzweig 2020-12-22 15:38:33 -05:00 committed by Marge Bot
parent ce2ef3dad6
commit 47348db7e8

View file

@ -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 {