Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c131 ctx->owned_objects[VG_OBJECT_PAINT] = cso_hash_create(); in vg_create_context()
132 ctx->owned_objects[VG_OBJECT_IMAGE] = cso_hash_create(); in vg_create_context()
133 ctx->owned_objects[VG_OBJECT_MASK] = cso_hash_create(); in vg_create_context()
134 ctx->owned_objects[VG_OBJECT_FONT] = cso_hash_create(); in vg_create_context()
135 ctx->owned_objects[VG_OBJECT_PATH] = cso_hash_create(); in vg_create_context()
Dtext.c139 font->glyphs = cso_hash_create(); in font_create()
Dshaders_cache.c388 sc->hash = cso_hash_create(); in shaders_cache_create()
/external/mesa3d/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/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c47 cache->hash = cso_hash_create(); in translate_cache_create()
/external/mesa3d/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/util/
Du_surfaces.c43 us->u.hash = cso_hash_create(); in util_surfaces_do_get()
Du_keymap.c117 map->cso = cso_hash_create(); in util_new_keymap()
Du_hash_table.c88 ht->cso = cso_hash_create(); in util_hash_table_create()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c586 sc->vs_hash = cso_hash_create(); in xa_shaders_create()
587 sc->fs_hash = cso_hash_create(); in xa_shaders_create()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa_tgsi.c614 sc->vs_hash = cso_hash_create(); in xorg_shaders_create()
615 sc->fs_hash = cso_hash_create(); in xorg_shaders_create()