Searched refs:cso_hash_insert (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.h86 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, unsigned key,
H A Dcso_cache.c193 return cso_hash_insert(hash, hash_key, state);
H A Dcso_hash.c207 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, function in typeref:struct:cso_hash_iter
H A Dcso_context.c280 cso_hash_insert(hash, sampler->hash_key, sampler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c102 cso_hash_insert(cache->hash, hash_key, translate);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c102 cso_hash_insert(&cache->hash, hash_key, translate);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.h88 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, unsigned key,
H A Dcso_cache.c113 return cso_hash_insert(hash, hash_key, state);
H A Dcso_hash.c173 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, function in typeref:struct:cso_hash_iter
H A Dcso_context.c221 cso_hash_insert(hash, sampler->hash_key, sampler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surfaces.c71 cso_hash_insert(us->u.hash, (layer << 8) | level, ps);
H A Du_hash_table.c170 iter = cso_hash_insert(ht->cso, key_hash, item);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c283 cso_hash_insert(ctx->regs_ind_used, reg->file, reg);
299 cso_hash_insert(ctx->regs_used, scan_register_key(reg), reg);
384 cso_hash_insert(ctx->regs_decl,
466 cso_hash_insert(ctx->regs_decl, scan_register_key(reg), reg);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c283 cso_hash_insert(&ctx->regs_ind_used, reg->file, reg);
299 cso_hash_insert(&ctx->regs_used, scan_register_key(reg), reg);
384 cso_hash_insert(&ctx->regs_decl,
466 cso_hash_insert(&ctx->regs_decl, scan_register_key(reg), reg);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c474 cso_hash_insert(hash, key, shader);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tgsi.c474 cso_hash_insert(hash, key, shader);

Completed in 14 milliseconds