Home
last modified time | relevance | path

Searched refs:spirv_hash (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c677 uint8_t spirv_hash[SHA1_DIGEST_LENGTH]; in dzn_graphics_pipeline_compile_shaders() member
756 vk_pipeline_hash_shader_stage(stages[stage].info, stages[stage].spirv_hash); in dzn_graphics_pipeline_compile_shaders()
757 _mesa_sha1_update(&pipeline_hash_ctx, stages[stage].spirv_hash, sizeof(stages[stage].spirv_hash)); in dzn_graphics_pipeline_compile_shaders()
788 _mesa_sha1_update(&nir_hash_ctx, stages[stage].spirv_hash, sizeof(stages[stage].spirv_hash)); in dzn_graphics_pipeline_compile_shaders()
842 _mesa_sha1_update(&dxil_hash_ctx, stages[stage].spirv_hash, sizeof(stages[stage].spirv_hash)); in dzn_graphics_pipeline_compile_shaders()
2082 uint8_t spirv_hash[SHA1_DIGEST_LENGTH], pipeline_hash[SHA1_DIGEST_LENGTH]; in dzn_compute_pipeline_compile_shader() local
2090 vk_pipeline_hash_shader_stage(&info->stage, spirv_hash); in dzn_compute_pipeline_compile_shader()
[all...]

Completed in 3 milliseconds