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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c47 struct keybox { struct
53 static struct keybox *
59 struct keybox *keybox = local in function:make_keybox
60 ralloc_size(mem_ctx, sizeof(struct keybox) + key_size);
62 keybox->cache_id = cache_id;
63 keybox->size = key_size;
64 memcpy(keybox->data, key, key_size);
66 return keybox;
72 const struct keybox *ke
113 struct keybox *keybox = local in function:iris_find_cached_shader
129 const struct keybox *keybox = entry->key; local in function:iris_find_previous_compile
212 struct keybox *keybox = make_keybox(cache, cache_id, key, key_size); local in function:iris_upload_shader
315 const struct keybox *keybox = entry->key; local in function:iris_print_program_cache
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c47 struct keybox { struct
53 static struct keybox *
57 struct keybox *keybox = local in function:make_keybox
58 ralloc_size(mem_ctx, sizeof(struct keybox) + key_size);
60 keybox->cache_id = cache_id;
61 keybox->size = key_size;
62 memcpy(keybox->data, key, key_size);
64 return keybox;
70 const struct keybox *ke
89 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); local in function:crocus_find_cached_shader
104 const struct keybox *keybox = entry->key; local in function:crocus_find_previous_compile
234 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); local in function:crocus_upload_shader
342 const struct keybox *keybox = entry->key; local in function:crocus_print_program_cache
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c48 struct keybox { struct
54 static struct keybox *
60 struct keybox *keybox = local in function:make_keybox
61 ralloc_size(mem_ctx, sizeof(struct keybox) + key_size);
63 keybox->cache_id = cache_id;
64 keybox->size = key_size;
65 memcpy(keybox->data, key, key_size);
67 return keybox;
73 const struct keybox *ke
93 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); local in function:iris_find_cached_shader
192 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); local in function:iris_upload_shader
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1934 - iris: Change keybox parenting
H A D21.3.0.rst3184 - zink: move uniform size calc for shader keys into keybox

Completed in 12 milliseconds