Home
last modified time | relevance | path

Searched refs:keybox (Results 1 – 4 of 4) 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
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 *key = void_key; in keybox_hash()
77 const struct keybox *a = void_a, *b = void_b; in keybox_equals()
[all …]
/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
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 *key = void_key; in keybox_hash()
80 const struct keybox *a = void_a, *b = void_b; in keybox_equals()
[all …]
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1934 - iris: Change keybox parenting
D21.3.0.rst3184 - zink: move uniform size calc for shader keys into keybox