Skip to content
Snippets Groups Projects
Commit f2a13363 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon: Committed by Juan A. Suárez
Browse files

intel/vec4: Set channel_sizes for MOV_INDIRECT sources


Otherwise, any indirect push constant access results in an assertion
failure when we start digging through the channel_sizes array.  This
fixes dEQP-VK.pipeline.push_constant.graphics_pipeline.dynamic_index_vert
on Haswell.  It should be a harmless no-op for GL since indirect push
constants aren't used there.

Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
Fixes: e69e5c70 "i965/vec4: load dvec3/4 uniforms first in the..."
(cherry picked from commit 2b977989)
parent df6c2bef
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