Searched refs:keybox (Results 1 – 4 of 4) sorted by relevance
47 struct keybox { struct53 static struct keybox * argument57 struct keybox *keybox = in make_keybox() local58 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 …]
48 struct keybox { struct54 static struct keybox * argument60 struct keybox *keybox = in make_keybox() local61 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 …]
1934 - iris: Change keybox parenting
3184 - zink: move uniform size calc for shader keys into keybox