diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index 4589a0cdde2..5b3bc212f73 100644 --- a/src/intel/vulkan/anv_pipeline.c +++ b/src/intel/vulkan/anv_pipeline.c @@ -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,