Searched refs:cso_hash_create (Results 1 – 13 of 13) sorted by relevance
131 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()
139 font->glyphs = cso_hash_create(); in font_create()
388 sc->hash = cso_hash_create(); in shaders_cache_create()
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
47 cache->hash = cso_hash_create(); in translate_cache_create()
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()
43 us->u.hash = cso_hash_create(); in util_surfaces_do_get()
117 map->cso = cso_hash_create(); in util_new_keymap()
88 ht->cso = cso_hash_create(); in util_hash_table_create()
586 sc->vs_hash = cso_hash_create(); in xa_shaders_create()587 sc->fs_hash = cso_hash_create(); in xa_shaders_create()
614 sc->vs_hash = cso_hash_create(); in xorg_shaders_create()615 sc->fs_hash = cso_hash_create(); in xorg_shaders_create()