vulkan/runtime: include robustness info when hashing a shader stage

Suggested by Jason Ekstrand.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18883>
This commit is contained in:
Iago Toral Quiroga
2022-09-28 08:31:57 +02:00
committed by Marge Bot
parent c3641f413a
commit 9deef4cde6
8 changed files with 29 additions and 19 deletions

View File

@@ -3626,7 +3626,7 @@ radv_pipeline_stage_init(const VkPipelineShaderStageCreateInfo *sinfo,
out_stage->spirv.size = minfo->codeSize;
}
vk_pipeline_hash_shader_stage(sinfo, out_stage->shader_sha1);
vk_pipeline_hash_shader_stage(sinfo, NULL, out_stage->shader_sha1);
}
static struct radv_shader *