Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp107 if (ctx->Driver.ShaderCacheSerializeDriverBlob) { in shader_cache_write_program_metadata()
111 ctx->Driver.ShaderCacheSerializeDriverBlob(ctx, sh->Program); in shader_cache_write_program_metadata()
/third_party/mesa3d/src/mesa/main/
Ddd.h275 void (*ShaderCacheSerializeDriverBlob)(struct gl_context *ctx, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c821 functions->ShaderCacheSerializeDriverBlob = st_serialise_nir_program; in st_init_driver_functions()