Searched refs:cso_hash_insert (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 283 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/ |
D | translate_cache.c | 102 cso_hash_insert(&cache->hash, hash_key, translate); in translate_cache_find()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.h | 88 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, unsigned key,
|
D | cso_cache.c | 113 return cso_hash_insert(hash, hash_key, state); in cso_insert_state()
|
D | cso_hash.c | 173 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() function
|
D | cso_context.c | 221 cso_hash_insert(hash, sampler->hash_key, sampler); in sanitize_hash()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_tgsi.c | 474 cso_hash_insert(hash, key, shader); in shader_from_cache()
|