Home
last modified time | relevance | path

Searched refs:source_sha1 (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2160 const uint8_t source_sha1[SHA1_DIGEST_LENGTH], in can_skip_compile()
2184 memcpy(shader->fallback_source_sha1, source_sha1, in can_skip_compile()
2189 memcpy(shader->compiled_source_sha1, source_sha1, in can_skip_compile()
2211 const uint8_t *source_sha1; in _mesa_glsl_compile_shader() local
2215 source_sha1 = shader->fallback_source_sha1; in _mesa_glsl_compile_shader()
2218 source_sha1 = shader->source_sha1; in _mesa_glsl_compile_shader()
2233 can_skip_compile(ctx, shader, source, source_sha1, force_recompile, in _mesa_glsl_compile_shader()
2254 can_skip_compile(ctx, shader, source, source_sha1, force_recompile, in _mesa_glsl_compile_shader()
2319 memcpy(shader->fallback_source_sha1, source_sha1, SHA1_DIGEST_LENGTH); in _mesa_glsl_compile_shader()
2329 memcpy(shader->compiled_source_sha1, source_sha1, SHA1_DIGEST_LENGTH); in _mesa_glsl_compile_shader()
/third_party/mesa3d/src/compiler/
Dshader_info.h135 uint8_t source_sha1[SHA1_DIGEST_LENGTH]; member
/third_party/mesa3d/src/mesa/main/
Dshader_types.h160 uint8_t source_sha1[SHA1_DIGEST_LENGTH]; member
Dshaderapi.c1172 memcpy(sh->fallback_source_sha1, sh->source_sha1, SHA1_DIGEST_LENGTH); in set_shader_source()
1180 memcpy(sh->source_sha1, original_sha1, SHA1_DIGEST_LENGTH); in set_shader_source()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c590 if (_mesa_printed_sha1_equal(info->base.source_sha1, profiles[i].sha1)) { in si_nir_scan_shader()
Dsi_shader.c1237 _mesa_sha1_print(f, shader->selector->info.base.source_sha1); in si_dump_shader_key()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp729 memcpy(prog->nir->info.source_sha1, shader->linked_source_sha1, in st_link_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c1700 _mesa_sha1_print(fp, shader->info.source_sha1); in nir_print_shader_annotated()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2899 - nir: add shader_info::source_sha1, its initialization and printing
2900 - radeonsi: print source_sha1 as part of shader dumps