Searched refs:util_hash_table_foreach (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 375 util_hash_table_foreach(fctx->ref_hash, in debug_flush_might_flush() 403 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush() 406 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush() 419 util_hash_table_foreach(fctx->ref_hash, in debug_flush_ctx_destroy()
|
D | u_hash_table.h | 64 util_hash_table_foreach(struct hash_table *ht,
|
D | u_hash_table.c | 110 util_hash_table_foreach(struct hash_table *ht, in util_hash_table_foreach() function
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_hash_table.h | 84 util_hash_table_foreach(struct util_hash_table *ht,
|
D | u_hash_table.c | 252 util_hash_table_foreach(struct util_hash_table *ht, in util_hash_table_foreach() function
|
/external/virglrenderer/src/ |
D | virgl_context.c | 97 util_hash_table_foreach(virgl_context_table, in virgl_context_foreach()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | iunknown.c | 76 util_hash_table_foreach(This->pdata, ht_guid_delete, NULL); in NineUnknown_dtor()
|
D | nine_ff.c | 2112 util_hash_table_foreach(device->ff.ht_vs, nine_ff_ht_delete_cb, NULL); in nine_ff_fini() 2116 util_hash_table_foreach(device->ff.ht_ps, nine_ff_ht_delete_cb, NULL); in nine_ff_fini() 2120 util_hash_table_foreach(device->ff.ht_fvf, nine_ff_ht_delete_cb, NULL); in nine_ff_fini() 2138 util_hash_table_foreach(device->ff.ht_vs, nine_ff_ht_delete_cb, NULL); in nine_ff_prune_vs() 2152 util_hash_table_foreach(device->ff.ht_ps, nine_ff_ht_delete_cb, NULL); in nine_ff_prune_ps()
|
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264dprc.c | 435 util_hash_table_foreach(priv->video_buffer_map, in h264d_prc_deallocate_resources()
|