v3dv: fix I/O lowering for GS
Fixes 9e7d9a6ef ('v3dv: add support for geometry shaders to pipelines')
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11977>
This commit is contained in:
committed by
Marge Bot
parent
8c6196e7e8
commit
2608ee4031
@@ -2310,7 +2310,7 @@ pipeline_compile_graphics(struct v3dv_pipeline *pipeline,
|
||||
|
||||
if (pipeline->gs) {
|
||||
pipeline_lower_nir(pipeline, pipeline->gs, pipeline->layout);
|
||||
lower_gs_io(pipeline->vs->nir);
|
||||
lower_gs_io(pipeline->gs->nir);
|
||||
}
|
||||
|
||||
pipeline_lower_nir(pipeline, pipeline->vs, pipeline->layout);
|
||||
|
||||
Reference in New Issue
Block a user