/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | u_hash_table.c | 164 hash_table_foreach(&ht->table, item) { in util_hash_table_clear() 182 hash_table_foreach(&ht->table, item) { in util_hash_table_foreach() 199 hash_table_foreach(&ht->table, item) { in util_hash_table_destroy()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_arrays_to_elements.c | 370 hash_table_foreach(split_inputs, entry) { in nir_lower_io_arrays_to_elements_no_indirects() 379 hash_table_foreach(split_outputs, entry) { in nir_lower_io_arrays_to_elements_no_indirects() 411 hash_table_foreach(split_inputs, entry) { in nir_lower_io_arrays_to_elements() 419 hash_table_foreach(split_outputs, entry) { in nir_lower_io_arrays_to_elements()
|
H A D | nir_opt_copy_prop_vars.c | 292 hash_table_foreach(new_written->derefs, new_entry) { in gather_vars_written() 523 hash_table_foreach(copies->ht, ht_entry) { in lookup_entry_and_kill_aliases() 604 hash_table_foreach(copies->ht, ht_entry) { in apply_barrier_for_modes() 911 hash_table_foreach(copies->ht, ht_entry) { in invalidate_copies_for_cf_node() 931 hash_table_foreach(written->derefs, entry) { in invalidate_copies_for_cf_node() 984 hash_table_foreach(copies->ht, ht_entry) { in dump_copy_entries()
|
H A D | nir_opt_find_array_copies.c | 271 hash_table_foreach(state->cast_nodes, entry) in foreach_aliasing_node() 276 hash_table_foreach(state->var_nodes, entry) in foreach_aliasing_node() 282 hash_table_foreach(state->cast_nodes, entry) { in foreach_aliasing_node()
|
H A D | nir_lower_io_to_scalar.c | 587 hash_table_foreach(state.split_inputs, entry) { in nir_lower_io_to_scalar_early() 595 hash_table_foreach(state.split_outputs, entry) { in nir_lower_io_to_scalar_early()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 751 hash_table_foreach(cache->nir_cache, entry) in v3dv_pipeline_cache_finish() 758 hash_table_foreach(cache->cache, entry) { in v3dv_pipeline_cache_finish() 800 hash_table_foreach(src->nir_cache, entry) { in v3dv_MergePipelineCaches() 833 hash_table_foreach(src->cache, entry) { in v3dv_MergePipelineCaches() 987 hash_table_foreach(cache->nir_cache, entry) { in v3dv_GetPipelineCacheData() 1014 hash_table_foreach(cache->cache, entry) { in v3dv_GetPipelineCacheData()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 103 hash_table_foreach(ice->shaders.cache, entry) { in crocus_find_previous_compile() 126 hash_table_foreach (cache, entry) { in find_existing_assembly() 339 hash_table_foreach(ice->shaders.cache, entry) { in crocus_print_program_cache()
|
/aosp_15_r20/external/mesa3d/src/util/tests/hash_table/ |
H A D | clear.c | 86 hash_table_foreach(ht, entry) { in main() 92 hash_table_foreach(ht, entry) { in main()
|
H A D | collision.c | 81 hash_table_foreach(ht, search_entry) { in main()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.cc | 317 hash_table_foreach (fd6_ctx->tex_cache, entry) { in fd6_sampler_state_delete() 367 hash_table_foreach (fd6_ctx->tex_cache, entry) { in fd6_sampler_view_invalidate() 708 hash_table_foreach (fd6_ctx->tex_cache, entry) { in handle_invalidates() 830 hash_table_foreach (fd6_ctx->tex_cache, entry) { in fd6_rebind_resource() 882 hash_table_foreach (fd6_ctx->tex_cache, entry) { in fd6_texture_fini()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_program.c | 468 hash_table_foreach(ctx->fs_cache, entry) { in lima_delete_fs_state() 711 hash_table_foreach(ctx->vs_cache, entry) { in lima_delete_vs_state() 774 hash_table_foreach(ctx->vs_cache, entry) { in lima_program_fini() 782 hash_table_foreach(ctx->fs_cache, entry) { in lima_program_fini()
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | hash_table.h | 140 #define hash_table_foreach(ht, entry) \ macro 161 hash_table_foreach(ht, entry) in hash_table_call_foreach()
|
H A D | hash_table.c | 250 hash_table_foreach(ht, entry) { in _mesa_hash_table_destroy() 420 hash_table_foreach(&old_ht, entry) { in _mesa_hash_table_rehash()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cache.c | 63 hash_table_foreach (cache->ht, entry) { in ir3_cache_destroy() 171 hash_table_foreach (cache->ht, entry) { in ir3_cache_invalidate()
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | hash_table.h | 140 #define hash_table_foreach(ht, entry) \ macro 161 hash_table_foreach(ht, entry) in hash_table_call_foreach()
|
H A D | u_hash_table.c | 115 hash_table_foreach(ht, entry) { in util_hash_table_foreach()
|
H A D | hash_table.c | 250 hash_table_foreach(ht, entry) { in _mesa_hash_table_destroy() 420 hash_table_foreach(&old_ht, entry) { in _mesa_hash_table_rehash()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_autotune.cc | 378 hash_table_foreach(at->ht, entry) { in tu_autotune_on_submit() 440 hash_table_foreach(at->ht, entry) { in tu_autotune_fini() 452 hash_table_foreach(at->ht, entry) { in tu_autotune_fini()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 486 hash_table_foreach(ctx->pso_cache, entry) { in d3d12_gfx_pipeline_state_cache_invalidate() 501 hash_table_foreach(ctx->pso_cache, entry) { in d3d12_gfx_pipeline_state_cache_invalidate_shader() 617 hash_table_foreach(ctx->compute_pso_cache, entry) { in d3d12_compute_pipeline_state_cache_invalidate_shader()
|
H A D | d3d12_resource_state.cpp | 208 hash_table_foreach(ctx->bo_state_table->table, entry) { in d3d12_context_state_table_destroy() 372 hash_table_foreach(batch->bos, bo_entry) in d3d12_context_state_resolve_submission()
|
/aosp_15_r20/external/mesa3d/src/intel/decoder/ |
H A D | intel_decoder.c | 549 hash_table_foreach(imported_spec->commands, entry) { in finish_genxml_import() 554 hash_table_foreach(imported_spec->structs, entry) { in finish_genxml_import() 559 hash_table_foreach(imported_spec->registers_by_name, entry) { in finish_genxml_import() 567 hash_table_foreach(imported_spec->enums, entry) { in finish_genxml_import() 968 hash_table_foreach(spec->commands, entry) { in intel_spec_find_instruction()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_job.c | 158 hash_table_foreach(v3d->jobs, entry) { in v3d_flush_jobs_using_bo() 259 hash_table_foreach(v3d->jobs, entry) { in v3d_flush_jobs_reading_resource()
|
/aosp_15_r20/external/virglrenderer/src/drm/ |
H A D | .clang-format | 114 - hash_table_foreach
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | opt_dead_code.cpp | 53 hash_table_foreach(v.ht, e) { in do_dead_code()
|
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 858 hash_table_foreach(context.file->spec->registers_by_name, entry) { in display_registers_window() 913 hash_table_foreach(context.file->spec->commands, entry) { in display_commands_window() 935 hash_table_foreach(context.file->spec->structs, entry) { in display_commands_window()
|