mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
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:
parent
28df772935
commit
86c4e89aa2
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue