Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c86 hash_key = cso_construct_key(key, size); in create_key()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h147 unsigned cso_construct_key(void *item, int item_size);
Dcso_context.c457 hash_key = cso_construct_key((void*)templ, key_size); in cso_set_blend()
515 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_set_depth_stencil_alpha()
580 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_set_rasterizer()
1064 hash_key = cso_construct_key((void*)&velems_state, key_size); in cso_set_vertex_elements()
1210 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_single_sampler()
Dcso_cache.c78 unsigned cso_construct_key(void *item, int item_size) in cso_construct_key() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c341 hash_key = cso_construct_key((void*)&velems_state, key_size); in u_vbuf_set_vertex_elements_internal()