Home
last modified time | relevance | path

Searched refs:fallback_source_blake3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshader_types.h165 blake3_hash fallback_source_blake3; member
H A Dshaderapi.c1177 memcpy(sh->fallback_source_blake3, sh->source_blake3, BLAKE3_OUT_LEN); in set_shader_source()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp2361 memcpy(shader->fallback_source_blake3, source_blake3, in can_skip_compile()
2392 source_blake3 = shader->fallback_source_blake3; in _mesa_glsl_compile_shader()
2501 memcpy(shader->fallback_source_blake3, source_blake3, BLAKE3_OUT_LEN); in _mesa_glsl_compile_shader()