Searched defs:prog_key_size (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_disk_cache.c | 48 crocus_disk_cache_compute_key(struct disk_cache *cache, const struct crocus_uncompiled_shader *ish, const void *orig_prog_key, uint32_t prog_key_size, cache_key cache_key) crocus_disk_cache_compute_key() argument 78 crocus_disk_cache_store(struct disk_cache *cache, const struct crocus_uncompiled_shader *ish, const struct crocus_compiled_shader *shader, void *map, const void *prog_key, uint32_t prog_key_size) crocus_disk_cache_store() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_disk_cache.c | 48 iris_disk_cache_compute_key(struct disk_cache *cache, const struct iris_uncompiled_shader *ish, const void *orig_prog_key, uint32_t prog_key_size, cache_key cache_key) iris_disk_cache_compute_key() argument 78 iris_disk_cache_store(struct disk_cache *cache, const struct iris_uncompiled_shader *ish, const struct iris_compiled_shader *shader, const void *prog_key, uint32_t prog_key_size) iris_disk_cache_store() argument
|
Completed in 2 milliseconds