Home
last modified time | relevance | path

Searched refs:cso_hash_insert (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c284 cso_hash_insert(ctx->regs_ind_used, reg->file, reg); in check_register_usage()
300 cso_hash_insert(ctx->regs_used, scan_register_key(reg), reg); in check_register_usage()
383 cso_hash_insert(ctx->regs_decl, in check_and_declare()
465 cso_hash_insert(ctx->regs_decl, scan_register_key(reg), reg); in iter_immediate()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h77 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, unsigned key,
Dcso_cache.c193 return cso_hash_insert(hash, hash_key, state); in cso_insert_state()
Dcso_hash.c220 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() function
Dcso_context.c273 cso_hash_insert(hash, sampler->hash_key, sampler); in sanitize_hash()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c102 cso_hash_insert(cache->hash, hash_key, translate); in translate_cache_find()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c71 cso_hash_insert(us->u.hash, (layer << 8) | level, ps); in util_surfaces_do_get()
Du_hash_table.c170 iter = cso_hash_insert(ht->cso, key_hash, item); in util_hash_table_set()
Du_keymap.c216 iter = cso_hash_insert(map->cso, key_hash, item); in util_keymap_insert()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c652 cso_hash_insert(hash, key, shader); in shader_from_cache()