Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp2160 const uint8_t source_sha1[SHA1_DIGEST_LENGTH],
2184 memcpy(shader->fallback_source_sha1, source_sha1,
2189 memcpy(shader->compiled_source_sha1, source_sha1,
2211 const uint8_t *source_sha1;
2215 source_sha1 = shader->fallback_source_sha1;
2218 source_sha1 = shader->source_sha1;
2233 can_skip_compile(ctx, shader, source, source_sha1, force_recompile,
2254 can_skip_compile(ctx, shader, source, source_sha1, force_recompile,
2319 memcpy(shader->fallback_source_sha1, source_sha1, SHA1_DIGEST_LENGT
[all...]
/third_party/mesa3d/src/compiler/
H A Dshader_info.h135 uint8_t source_sha1[SHA1_DIGEST_LENGTH]; member
/third_party/mesa3d/src/mesa/main/
H A Dshader_types.h160 uint8_t source_sha1[SHA1_DIGEST_LENGTH]; member
H A 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/
H A Dsi_shader_info.c590 if (_mesa_printed_sha1_equal(info->base.source_sha1, profiles[i].sha1)) { in si_nir_scan_shader()
H A Dsi_shader.c1236 fprintf(f, " source_sha1 = {"); in si_dump_shader_key()
1237 _mesa_sha1_print(f, shader->selector->info.base.source_sha1); in si_dump_shader_key()
/third_party/mesa3d/src/mesa/state_tracker/
H A 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/
H A Dnir_print.c1699 fprintf(fp, "source_sha1: {"); in nir_print_shader_annotated()
1700 _mesa_sha1_print(fp, shader->info.source_sha1); in nir_print_shader_annotated()

Completed in 18 milliseconds