Home
last modified time | relevance | path

Searched refs:mesa_sha1 (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dmesa-sha1.h35 #define mesa_sha1 _SHA1_CTX macro
39 _mesa_sha1_init(struct mesa_sha1 *ctx) in _mesa_sha1_init()
45 _mesa_sha1_update(struct mesa_sha1 *ctx, const void *data, size_t size) in _mesa_sha1_update()
51 _mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) in _mesa_sha1_final()
Ddisk_cache.h107 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier()
125 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx);
128 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier()
Dmesa-sha1.c36 struct mesa_sha1 ctx; in _mesa_sha1_compute()
Dos_memory_fd.c60 struct mesa_sha1 sha1_ctx; in get_driver_id_sha1_hash()
Ddisk_cache.c665 struct mesa_sha1 ctx; in disk_cache_compute_key()
Ddisk_cache_os.c44 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline.c187 struct mesa_sha1 ctx; in vk_pipeline_hash_shader_stage()