Home
last modified time | relevance | path

Searched refs:cso_hash_first_node (Results 1 – 12 of 12) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_hash_table.c241 iter = cso_hash_first_node(ht->cso); in util_hash_table_clear()
246 iter = cso_hash_first_node(ht->cso); in util_hash_table_clear()
265 iter = cso_hash_first_node(ht->cso); in util_hash_table_foreach()
288 iter = cso_hash_first_node(ht->cso); in util_hash_table_destroy()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.h92 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash);
Dcso_cache.c180 struct cso_hash_iter iter = cso_hash_first_node(hash); in sanitize_cb()
271 iter = cso_hash_first_node(hash); in cso_for_each_state()
Dcso_hash.c405 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash) in cso_hash_first_node() function
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c176 struct cso_hash_iter iter = cso_hash_first_node(hash); in sanitize_cb()
267 iter = cso_hash_first_node(hash); in cso_for_each_state()
Dcso_hash.h103 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash);
Dcso_hash.c315 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash) in cso_hash_first_node() function
Dcso_context.c262 iter = cso_hash_first_node(hash); in sanitize_hash()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c216 cso_hash_first_node(ctx->regs_decl); in is_any_register_declared()
497 cso_hash_first_node(ctx->regs_decl); in epilog()
520 struct cso_hash_iter iter = cso_hash_first_node(hash); in regs_hash_destroy()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c55 struct cso_hash_iter iter = cso_hash_first_node(hash); in delete_translates()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c217 cso_hash_first_node(&ctx->regs_decl); in is_any_register_declared()
525 cso_hash_first_node(&ctx->regs_decl); in epilog()
548 struct cso_hash_iter iter = cso_hash_first_node(hash); in regs_hash_destroy()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c437 struct cso_hash_iter iter = cso_hash_first_node(hash); in cache_destroy()