Home
last modified time | relevance | path

Searched refs:allocated_key (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c577 …struct sample_function_cache_key *allocated_key = malloc(sizeof(struct sample_function_cache_key)); in get_sample_function() local
578 *allocated_key = key; in get_sample_function()
582 _mesa_hash_table_insert(new_cache, allocated_key, result); in get_sample_function()