Home
last modified time | relevance | path

Searched refs:disk_cache_sha1 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp127 memcpy(cache_item_metadata.keys[i], prog->Shaders[i]->disk_cache_sha1, in shader_cache_write_program_metadata()
207 _mesa_sha1_format(sha1buf, sh->disk_cache_sha1); in shader_cache_read_program_metadata()
Dglsl_parser_extras.cpp2167 shader->disk_cache_sha1); in can_skip_compile()
2168 if (disk_cache_has_key(ctx->Cache, shader->disk_cache_sha1)) { in can_skip_compile()
2171 _mesa_sha1_format(buf, shader->disk_cache_sha1); in can_skip_compile()
2333 disk_cache_put_key(ctx->Cache, shader->disk_cache_sha1); in _mesa_glsl_compile_shader()
2335 _mesa_sha1_format(sha1_buf, shader->disk_cache_sha1); in _mesa_glsl_compile_shader()
/third_party/mesa3d/src/mesa/main/
Dshader_types.h158 uint8_t disk_cache_sha1[SHA1_DIGEST_LENGTH]; member
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2894 - mesa: rename gl_shader::sha1 to disk_cache_sha1