mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
pvr: Advance entry pointer in pvr_setup_vertex_buffers()
Fixes: dEQP-VK.robustness.robustness1_vertex_access .out_of_bounds_stride_0 .out_of_bounds_stride_16_single_buffer .out_of_bounds_stride_30_middle_of_buffer .out_of_bounds_stride_8_middle_of_buffer_separate Signed-off-by: Matt Coster <matt.coster@imgtec.com> Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23834>
This commit is contained in:
parent
bc2828a436
commit
91143f45b8
1 changed files with 1 additions and 0 deletions
|
|
@ -3400,6 +3400,7 @@ pvr_setup_vertex_buffers(struct pvr_cmd_buffer *cmd_buffer,
|
|||
attribute->const_offset,
|
||||
pds_info->data_size_in_dwords);
|
||||
|
||||
entries += sizeof(*attribute);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue