mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
panfrost/midgard: Lower i2b32
Fixes dEQP-GLES2.functional.shader.conversions.scalar_to_scalar.int_to_bool_vertex Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
ae43b8faa7
commit
5b95fef493
1 changed files with 1 additions and 0 deletions
|
|
@ -993,6 +993,7 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr)
|
|||
* special lowering */
|
||||
|
||||
ALU_CASE(f2b32, fne);
|
||||
ALU_CASE(i2b32, ine);
|
||||
|
||||
ALU_CASE(frcp, frcp);
|
||||
ALU_CASE(frsq, frsqrt);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue