Home
last modified time | relevance | path

Searched defs:keybox (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program_cache.c47 struct keybox { struct
53 static struct keybox * argument
57 struct keybox *keybox = in make_keybox() local
89 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); in crocus_find_cached_shader() local
104 const struct keybox *keybox = entry->key; in crocus_find_previous_compile() local
232 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); in crocus_upload_shader() local
340 const struct keybox *keybox = entry->key; in crocus_print_program_cache() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program_cache.c48 struct keybox { struct
54 static struct keybox * argument
60 struct keybox *keybox = in make_keybox() local
93 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); in iris_find_cached_shader() local
192 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); in iris_upload_shader() local