Skip to content
Snippets Groups Projects
Commit c2a441c6 authored by Rhys Perry's avatar Rhys Perry Committed by Dylan Baker
Browse files

aco: fix non-rtz pack_half_2x16


We were using the wrong conversion opcode. The high bits are also not
zero'd on GFX10, which can cause v_cvt_pk_u16_u32 to clamp.

Signed-off-by: default avatarRhys Perry <pendingchaos02@gmail.com>
Reviewed-by: default avatarDaniel Schürmann <daniel@schuermann.dev>
Fixes: df645fa3 ('aco: implement VK_KHR_shader_float_controls')
Part-of: <mesa/mesa!6346>
(cherry picked from commit 9c1e0d86)
parent 831473e5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment