Searched refs:source_sha1 (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.cpp | 2160 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 D | shader_info.h | 135 uint8_t source_sha1[SHA1_DIGEST_LENGTH]; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_types.h | 160 uint8_t source_sha1[SHA1_DIGEST_LENGTH]; member
|
H A D | shaderapi.c | 1172 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 D | si_shader_info.c | 590 if (_mesa_printed_sha1_equal(info->base.source_sha1, profiles[i].sha1)) { in si_nir_scan_shader()
|
H A D | si_shader.c | 1236 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 D | st_glsl_to_nir.cpp | 729 memcpy(prog->nir->info.source_sha1, shader->linked_source_sha1, in st_link_nir()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_print.c | 1699 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