Home
last modified time | relevance | path

Searched refs:keybox (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c47 struct keybox { struct
53 static struct keybox *
57 struct keybox *keybox = in make_keybox() local
58 ralloc_size(mem_ctx, sizeof(struct keybox) + key_size); in make_keybox()
60 keybox->cache_id = cache_id; in make_keybox()
61 keybox->size = key_size; in make_keybox()
62 memcpy(keybox->data, key, key_size); in make_keybox()
64 return keybox; in make_keybox()
70 const struct keybox *ke in keybox_hash()
89 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); crocus_find_cached_shader() local
104 const struct keybox *keybox = entry->key; crocus_find_previous_compile() local
232 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); crocus_upload_shader() local
340 const struct keybox *keybox = entry->key; crocus_print_program_cache() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program_cache.c48 struct keybox { struct
54 static struct keybox *
60 struct keybox *keybox = in make_keybox() local
61 ralloc_size(mem_ctx, sizeof(struct keybox) + key_size); in make_keybox()
63 keybox->cache_id = cache_id; in make_keybox()
64 keybox->size = key_size; in make_keybox()
65 memcpy(keybox->data, key, key_size); in make_keybox()
67 return keybox; in make_keybox()
73 const struct keybox *ke in keybox_hash()
93 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); iris_find_cached_shader() local
192 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); iris_upload_shader() local
[all...]

Completed in 1 milliseconds