freedreno/afuc: Add missing ALU encode case for bic
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26771>
This commit is contained in:
@@ -70,6 +70,7 @@ __instruction_case(struct encode_state *s, const struct afuc_instr *instr)
|
||||
ALU(MIN)
|
||||
ALU(MAX)
|
||||
ALU(CMP)
|
||||
ALU(BIC)
|
||||
#undef ALU
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user