asahi: Copy CSO stride

Fixes: 7672545223 ("gallium: move vertex stride to CSO")
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24847>
This commit is contained in:
Alyssa Rosenzweig
2023-08-14 18:22:31 -04:00
committed by Marge Bot
parent 240ee9564b
commit 4c36f9052b
+1
View File
@@ -1336,6 +1336,7 @@ agx_create_vertex_elements(struct pipe_context *ctx, unsigned count,
attribs[i] = (struct agx_attribute){
.buf = ve.vertex_buffer_index,
.src_offset = ve.src_offset,
.stride = ve.src_stride,
.format = ve.src_format,
.divisor = ve.instance_divisor,
};