mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
iris: fix SO_DECL_LIST
This commit is contained in:
parent
dc3b927e97
commit
5635abadef
1 changed files with 1 additions and 1 deletions
|
|
@ -1845,7 +1845,7 @@ iris_create_so_decl_list(const struct pipe_stream_output_info *info,
|
|||
}
|
||||
|
||||
for (int i = 0; i < max_decls; i++) {
|
||||
iris_pack_state(GENX(SO_DECL_ENTRY), so_decl_map + 2 + i * 2, entry) {
|
||||
iris_pack_state(GENX(SO_DECL_ENTRY), so_decl_map + 3 + i * 2, entry) {
|
||||
entry.Stream0Decl = so_decl[0][i];
|
||||
entry.Stream1Decl = so_decl[1][i];
|
||||
entry.Stream2Decl = so_decl[2][i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue