diff --git a/src/gallium/drivers/iris/iris_context.h b/src/gallium/drivers/iris/iris_context.h index 0f78e7d82fa..0674044fb6d 100644 --- a/src/gallium/drivers/iris/iris_context.h +++ b/src/gallium/drivers/iris/iris_context.h @@ -371,6 +371,11 @@ enum iris_predicate_state { * See iris_compiled_shader, which represents a compiled shader variant. */ struct iris_uncompiled_shader { + /** + * NIR for the shader. + * + * Even for shaders that originate as TGSI, this pointer will be non-NULL. + */ struct nir_shader *nir; struct pipe_stream_output_info stream_output;