Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c283 cso_hash_insert(&ctx->regs_ind_used, reg->file, reg); in check_register_usage()
299 cso_hash_insert(&ctx->regs_used, scan_register_key(reg), reg); in check_register_usage()
384 cso_hash_insert(&ctx->regs_decl, in check_and_declare()
466 cso_hash_insert(&ctx->regs_decl, scan_register_key(reg), reg); in iter_immediate()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c102 cso_hash_insert(&cache->hash, hash_key, translate); in translate_cache_find()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h88 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, unsigned key,
Dcso_cache.c113 return cso_hash_insert(hash, hash_key, state); in cso_insert_state()
Dcso_hash.c173 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() function
Dcso_context.c221 cso_hash_insert(hash, sampler->hash_key, sampler); in sanitize_hash()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c474 cso_hash_insert(hash, key, shader); in shader_from_cache()