Searched refs:cso_hash_create (Results 1 – 13 of 13) sorted by relevance
64 struct cso_hash *cso_hash_create(void);
255 sc->hashes[i] = cso_hash_create(); in cso_cache_create()
238 struct cso_hash * cso_hash_create(void) in cso_hash_create() function
544 ctx.regs_decl = cso_hash_create(); in tgsi_sanity_check()545 ctx.regs_used = cso_hash_create(); in tgsi_sanity_check()546 ctx.regs_ind_used = cso_hash_create(); in tgsi_sanity_check()
47 cache->hash = cso_hash_create(); in translate_cache_create()
73 struct cso_hash *cso_hash_create(void);
227 struct cso_hash * cso_hash_create(void) in cso_hash_create() function
572 ctx.regs_decl = cso_hash_create(); in tgsi_sanity_check()573 ctx.regs_used = cso_hash_create(); in tgsi_sanity_check()574 ctx.regs_ind_used = cso_hash_create(); in tgsi_sanity_check()
43 us->u.hash = cso_hash_create(); in util_surfaces_do_get()
88 ht->cso = cso_hash_create(); in util_hash_table_create()
90 ht->cso = cso_hash_create(); in util_hash_table_create()
605 sc->vs_hash = cso_hash_create(); in xa_shaders_create()606 sc->fs_hash = cso_hash_create(); in xa_shaders_create()