Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.h64 struct cso_hash *cso_hash_create(void);
Dcso_cache.c255 sc->hashes[i] = cso_hash_create(); in cso_cache_create()
Dcso_hash.c238 struct cso_hash * cso_hash_create(void) in cso_hash_create() function
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c544 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()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c47 cache->hash = cso_hash_create(); in translate_cache_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h73 struct cso_hash *cso_hash_create(void);
Dcso_cache.c255 sc->hashes[i] = cso_hash_create(); in cso_cache_create()
Dcso_hash.c227 struct cso_hash * cso_hash_create(void) in cso_hash_create() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c572 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()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c43 us->u.hash = cso_hash_create(); in util_surfaces_do_get()
Du_hash_table.c88 ht->cso = cso_hash_create(); in util_hash_table_create()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_hash_table.c90 ht->cso = cso_hash_create(); in util_hash_table_create()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c605 sc->vs_hash = cso_hash_create(); in xa_shaders_create()
606 sc->fs_hash = cso_hash_create(); in xa_shaders_create()