anv: fix src_hash dumping for compute shaders

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30495>
This commit is contained in:
Felix DeGrood 2024-08-02 22:54:19 +00:00 committed by Marge Bot
parent 28df772935
commit 86c4e89aa2

View file

@ -2690,6 +2690,7 @@ anv_pipeline_compile_cs(struct anv_compute_pipeline *pipeline,
.stats = stage.stats,
.log_data = device,
.mem_ctx = mem_ctx,
.source_hash = stage.source_hash,
},
.key = &stage.key.cs,
.prog_data = &stage.prog_data.cs,
@ -3392,6 +3393,7 @@ compile_upload_rt_shader(struct anv_ray_tracing_pipeline *pipeline,
.stats = stage->stats,
.log_data = pipeline->base.device,
.mem_ctx = mem_ctx,
.source_hash = stage->source_hash,
},
.key = &stage->key.bs,
.prog_data = &stage->prog_data.bs,