mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 02:40:25 +01:00
zink: support nir_op_f2f32
Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7654>
This commit is contained in:
parent
536863eeea
commit
2108e4fa8f
1 changed files with 1 additions and 0 deletions
|
|
@ -1235,6 +1235,7 @@ emit_alu(struct ntv_context *ctx, nir_alu_instr *alu)
|
|||
UNOP(nir_op_f2u32, SpvOpConvertFToU)
|
||||
UNOP(nir_op_i2f32, SpvOpConvertSToF)
|
||||
UNOP(nir_op_u2f32, SpvOpConvertUToF)
|
||||
UNOP(nir_op_f2f32, SpvOpFConvert)
|
||||
UNOP(nir_op_bitfield_reverse, SpvOpBitReverse)
|
||||
#undef UNOP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue