Skip to content

WIP: turnip: 16-bit float/storage

Jonathan Marek requested to merge flto/mesa:turnip1 into master

This passes the tests that run in dEQP-VK.spirv_assembly.instruction.*.16bit_storage.* and dEQP-VK.spirv_assembly.*.float_controls.*

There's a few failures around hlog2/hrsq, presumably because these don't have the expected flush to zero behavior for denorms. The blob seems to have a way around it with an extra instruction (that freedreno doesn't disasm correctly)

Edited by Danylo Piliaiev

Merge request reports