Lines Matching refs:shader_key
1196 struct vk_shader_pipeline_cache_key shader_key = { 0 }; in vk_graphics_pipeline_compile_shaders() local
1231 _mesa_blake3_final(&blake3_ctx, shader_key.blake3); in vk_graphics_pipeline_compile_shaders()
1264 shader_key.stage = stage->stage; in vk_graphics_pipeline_compile_shaders()
1271 &shader_key, sizeof(shader_key)) == 0) in vk_graphics_pipeline_compile_shaders()
1281 vk_pipeline_cache_lookup_object(cache, &shader_key, in vk_graphics_pipeline_compile_shaders()
1282 sizeof(shader_key), in vk_graphics_pipeline_compile_shaders()
1407 shader_key.stage = stage->stage; in vk_graphics_pipeline_compile_shaders()
1408 vk_shader_init_cache_obj(device, shaders[i], &shader_key, in vk_graphics_pipeline_compile_shaders()
1409 sizeof(shader_key)); in vk_graphics_pipeline_compile_shaders()
1969 struct vk_shader_pipeline_cache_key shader_key = { in vk_pipeline_compile_compute_stage() local
1972 _mesa_blake3_final(&blake3_ctx, shader_key.blake3); in vk_pipeline_compile_compute_stage()
1976 vk_pipeline_cache_lookup_object(cache, &shader_key, in vk_pipeline_compile_compute_stage()
1977 sizeof(shader_key), in vk_pipeline_compile_compute_stage()
2021 vk_shader_init_cache_obj(device, shader, &shader_key, sizeof(shader_key)); in vk_pipeline_compile_compute_stage()