ir3: Make type_flags() return a bitmask enum
So that it can further be operated on. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22075>
This commit is contained in:
@@ -2146,7 +2146,7 @@ __ssa_dst(struct ir3_instruction *instr)
|
||||
return reg;
|
||||
}
|
||||
|
||||
static ir3_register_flags
|
||||
static BITMASK_ENUM(ir3_register_flags)
|
||||
type_flags(type_t type)
|
||||
{
|
||||
if (type_size(type) < 32)
|
||||
|
||||
Reference in New Issue
Block a user