Skip to content

panfrost/va: implement fquantize2f16 ftz on valhall

Benjamin Lee requested to merge benjaminl/mesa:panfrost-valhall-ftz into main

Bifrost implements this with a ftz pseudo-modifier in the conversion instructions that is lowered to a ftz flag in the clause header. Valhall doesn't have clauses, and needs a separate flush instruction with a ftz modifier.

Fixes dEQP-VK.spirv_assembly.instruction.compute.opquantize.*

Merge request reports

Loading