Searched refs:crocus_disk_cache_retrieve (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 1309 shader = crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key)); in crocus_update_compiled_vs() 1548 shader = crocus_disk_cache_retrieve(ice, tcs, &key, sizeof(key)); in crocus_update_compiled_tcs() 1681 shader = crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key)); in crocus_update_compiled_tes() 1824 shader = crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key)); in crocus_update_compiled_gs() 1956 shader = crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key)); in crocus_update_compiled_fs() 2623 shader = crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key)); in crocus_update_compiled_cs() 2777 if (!crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key))) in crocus_create_vs_state() 2807 if (!crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key))) in crocus_create_tcs_state() 2836 if (!crocus_disk_cache_retrieve(ice, ish, &key, sizeof(key))) in crocus_create_tes_state() 2859 if (!crocus_disk_cache_retrieve(ic in crocus_create_gs_state() [all...] |
H A D | crocus_disk_cache.c | 132 crocus_disk_cache_retrieve(struct crocus_context *ice, in crocus_disk_cache_retrieve() function
|
H A D | crocus_context.h | 893 crocus_disk_cache_retrieve(struct crocus_context *ice,
|
Completed in 7 milliseconds