mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radv: remove radv_pipeline_stage::spirv::sha1
This is no longer used. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21048>
This commit is contained in:
parent
853f8eb930
commit
aa68b98b87
2 changed files with 0 additions and 2 deletions
|
|
@ -2982,7 +2982,6 @@ radv_pipeline_stage_init(const VkPipelineShaderStageCreateInfo *sinfo,
|
|||
|
||||
if (sinfo->module != VK_NULL_HANDLE) {
|
||||
struct vk_shader_module *module = vk_shader_module_from_handle(sinfo->module);
|
||||
STATIC_ASSERT(sizeof(out_stage->spirv.sha1) == sizeof(module->sha1));
|
||||
|
||||
out_stage->spirv.data = module->data;
|
||||
out_stage->spirv.size = module->size;
|
||||
|
|
|
|||
|
|
@ -2198,7 +2198,6 @@ struct radv_pipeline_stage {
|
|||
const struct vk_object_base *object;
|
||||
const char *data;
|
||||
uint32_t size;
|
||||
unsigned char sha1[20];
|
||||
} spirv;
|
||||
|
||||
const char *entrypoint;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue