Skip to content

pan/bi: Implement pack_uvec[24]_to_uint

Alyssa Rosenzweig requested to merge alyssa/mesa:uvec into main

This maps nicely to Mali's weirdo MKVEC, so implement it rather than scalarizing. The scalarization wants an extract implemented which we don't have. Fixes dEQP-VK.glsl.builtin.function.pack_unpack.*

Cc @bbrezillon

Merge request reports