Searched refs:make_keybox (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program_cache.c | 55 make_keybox(void *mem_ctx, in make_keybox() function 93 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); in iris_find_cached_shader() 192 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); in iris_upload_shader()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program_cache.c | 54 make_keybox(void *mem_ctx, enum crocus_program_cache_id cache_id, in make_keybox() function 89 struct keybox *keybox = make_keybox(NULL, cache_id, key, key_size); in crocus_find_cached_shader() 232 struct keybox *keybox = make_keybox(shader, cache_id, key, key_size); in crocus_upload_shader()
|