Searched refs:cso_construct_key (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h147 unsigned cso_construct_key(void *item, int item_size);
H A Dcso_cache.c78 unsigned cso_construct_key(void *item, int item_size) function in typeref:typename:unsigned
H A Dcso_context.c464 hash_key = cso_construct_key((void*)templ, key_size);
522 unsigned hash_key = cso_construct_key((void*)templ, key_size);
587 unsigned hash_key = cso_construct_key((void*)templ, key_size);
1077 hash_key = cso_construct_key((void*)&velems_state, key_size);
1208 unsigned hash_key = cso_construct_key((void*)templ, key_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c86 hash_key = cso_construct_key(key, size);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c86 hash_key = cso_construct_key(key, size);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h172 cso_construct_key(void *key, int key_size) function in typeref:typename:unsigned
H A Dcso_context.c438 hash_key = cso_construct_key((void*)templ, key_size);
494 unsigned hash_key = cso_construct_key((void*)templ, key_size);
556 unsigned hash_key = cso_construct_key((void*)templ, key_size);
1033 hash_key = cso_construct_key((void*)velems, key_size);
1207 unsigned hash_key = cso_construct_key((void*)templ, key_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c336 hash_key = cso_construct_key((void*)&velems_state, key_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c386 hash_key = cso_construct_key((void*)velems, key_size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2241 - cso: inline cso_construct_key

Completed in 18 milliseconds