Home
last modified time | relevance | path

Searched refs:disk_cache_compute_key (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c263 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get()
285 disk_cache_compute_key(cache, string, sizeof(string), string_key); in test_put_and_get()
324 disk_cache_compute_key(cache, one_KB, 1024, one_KB_key); in test_put_and_get()
394 disk_cache_compute_key(cache, one_MB, 1024 * 1024, one_MB_key); in test_put_and_get()
/external/mesa3d/src/util/
Ddisk_cache.h207 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
257 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() function
Ddisk_cache.c1201 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() function
/external/mesa3d/src/compiler/glsl/
Dshader_cache.cpp201 disk_cache_compute_key(cache, buf, strlen(buf), prog->data->sha1); in shader_cache_read_program_metadata()
Dglsl_parser_extras.cpp2043 disk_cache_compute_key(ctx->Cache, source, strlen(source), in _mesa_glsl_compile_shader()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c270 disk_cache_compute_key(device->physical_device->disk_cache, in radv_create_shader_variants_from_pipeline_cache()
408 disk_cache_compute_key(device->physical_device->disk_cache, sha1, 20, in radv_pipeline_cache_insert_shaders()
/external/mesa3d/src/mesa/state_tracker/
Dst_shader_cache.c36 disk_cache_compute_key(ctx->Cache, NULL, 0, sha1); in st_get_program_binary_driver_sha1()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c211 disk_cache_compute_key(sscreen->disk_shader_cache, tgsi_binary, in si_shader_cache_insert_shader()
231 disk_cache_compute_key(sscreen->disk_shader_cache, in si_shader_cache_load_shader()