Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c47 cso_hash_init(&cache->hash); in translate_cache_create()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c572 cso_hash_init(&ctx.regs_decl); in tgsi_sanity_check()
573 cso_hash_init(&ctx.regs_used); in tgsi_sanity_check()
574 cso_hash_init(&ctx.regs_ind_used); in tgsi_sanity_check()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h75 void cso_hash_init(struct cso_hash *hash);
Dcso_cache.c253 cso_hash_init(&sc->hashes[i]); in cso_cache_create()
Dcso_hash.c189 void cso_hash_init(struct cso_hash *hash) in cso_hash_init() function
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c427 cso_hash_init(&sc->vs_hash); in xa_shaders_create()
428 cso_hash_init(&sc->fs_hash); in xa_shaders_create()