panvk: Pass attrib_buf_idx_offset to desc_copy_info
This was missing from the original fix and was causing MMU falults on
"dEQP-VK.memory.pipeline_barrier.host_write_uniform_texel_buffer.*".
Fixes: cec45cac84
("panvk: Fix image support in vertex jobs")
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30378>
This commit is contained in:

committed by
Marge Bot

parent
4c1c169e54
commit
e863acb318
@@ -312,8 +312,7 @@ panvk_per_arch(meta_get_copy_desc_job)(
|
||||
.img_attrib_table = shader_desc_state->img_attrib_table,
|
||||
.desc_copy = {
|
||||
.table = copy_table,
|
||||
.attrib_buf_idx_offset =
|
||||
shader->info.stage == MESA_SHADER_VERTEX ? MAX_VS_ATTRIBS : 0,
|
||||
.attrib_buf_idx_offset = attrib_buf_idx_offset,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user