Searched defs:keybox (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 47 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
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program_cache.c | 48 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 211 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); in iris_upload_shader() local
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | lib.rs | 23 mod keybox; module
|
D | keybox.rs | 60 let keybox = Keybox::new().map_err(|e| { in keybox_unwrap() localVariable
|