/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_arrays_to_elements.c | 357 struct hash_table *split_inputs = _mesa_pointer_hash_table_create(NULL); in nir_lower_io_arrays_to_elements_no_indirects() 358 struct hash_table *split_outputs = _mesa_pointer_hash_table_create(NULL); in nir_lower_io_arrays_to_elements_no_indirects() 396 struct hash_table *split_inputs = _mesa_pointer_hash_table_create(NULL); in nir_lower_io_arrays_to_elements() 397 struct hash_table *split_outputs = _mesa_pointer_hash_table_create(NULL); in nir_lower_io_arrays_to_elements()
|
H A D | nir_schedule.c | 503 .reg_map = _mesa_pointer_hash_table_create(NULL), in calculate_forward_deps() 521 .reg_map = _mesa_pointer_hash_table_create(NULL), in calculate_reverse_deps() 1147 scoreboard->instr_map = _mesa_pointer_hash_table_create(mem_ctx); in nir_schedule_block() 1214 scoreboard->remaining_uses = _mesa_pointer_hash_table_create(scoreboard); in nir_schedule_get_scoreboard()
|
H A D | nir_lower_global_vars_to_local.c | 73 struct hash_table *var_func_table = _mesa_pointer_hash_table_create(NULL); in nir_lower_global_vars_to_local()
|
H A D | nir_opt_find_array_copies.c | 642 s.var_nodes = _mesa_pointer_hash_table_create(s.dead_ctx); in opt_find_array_copies_impl() 643 s.cast_nodes = _mesa_pointer_hash_table_create(s.dead_ctx); in opt_find_array_copies_impl()
|
H A D | nir_lower_io_to_scalar.c | 576 .split_inputs = _mesa_pointer_hash_table_create(NULL), in nir_lower_io_to_scalar_early() 577 .split_outputs = _mesa_pointer_hash_table_create(NULL), in nir_lower_io_to_scalar_early()
|
H A D | nir_split_per_member_structs.c | 161 _mesa_pointer_hash_table_create(dead_ctx); in nir_split_per_member_structs()
|
H A D | nir_lower_phis_to_scalar.c | 265 state.phi_table = _mesa_pointer_hash_table_create(NULL); in lower_phis_to_scalar_impl()
|
H A D | nir_split_vars.c | 353 _mesa_pointer_hash_table_create(mem_ctx); in nir_split_struct_vars() 914 struct hash_table *var_info_map = _mesa_pointer_hash_table_create(mem_ctx); in nir_split_array_vars() 1694 _mesa_pointer_hash_table_create(mem_ctx); in nir_shrink_vec_array_vars()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/ |
H A D | lima_nir_split_loads.c | 60 struct hash_table *visited_instrs = _mesa_pointer_hash_table_create(NULL); in replace_intrinsic() 88 struct hash_table *visited_instrs = _mesa_pointer_hash_table_create(NULL); in replace_load_const()
|
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | intel_sanitize_gpu.c | 114 r->t = _mesa_pointer_hash_table_create(NULL); in add_drm_fd() 431 fds_to_bo_sizes = _mesa_pointer_hash_table_create(NULL); in init()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_variable_refcount.cpp | 41 this->ht = _mesa_pointer_hash_table_create(NULL); in ir_variable_refcount_visitor()
|
H A D | ir_array_refcount.cpp | 40 this->ht = _mesa_pointer_hash_table_create(NULL); in ir_array_refcount_visitor()
|
H A D | ir_function_detect_recursion.cpp | 161 this->function_hash = _mesa_pointer_hash_table_create(NULL); in has_recursion_visitor()
|
H A D | gl_nir_detect_function_recursion.c | 287 _mesa_pointer_hash_table_create(mem_ctx); in gl_nir_detect_recursion_linked()
|
H A D | link_functions.cpp | 161 struct hash_table *ht = _mesa_pointer_hash_table_create(NULL); in visit_enter()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_opt_predicates.c | 170 ctx->predicate_clones = _mesa_pointer_hash_table_create(ctx); in ir3_opt_predicates()
|
/aosp_15_r20/external/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer_sp.c | 469 fd_submit->bo_table = _mesa_pointer_hash_table_create(NULL); in fd_submit_sp_new() 470 fd_submit->suballoc_bo_table = _mesa_pointer_hash_table_create(NULL); in fd_submit_sp_new()
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | hash_table.h | 131 _mesa_pointer_hash_table_create(void *mem_ctx);
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_debug_symbol.c | 268 symbols_hash = _mesa_pointer_hash_table_create(NULL); in debug_symbol_name_cached()
|
H A D | hash_table.h | 131 _mesa_pointer_hash_table_create(void *mem_ctx);
|
H A D | u_debug_stack.c | 66 symbols_hash = _mesa_pointer_hash_table_create(NULL); in symbol_name_cached()
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 425 struct hash_table *block_to_case = _mesa_pointer_hash_table_create(b); in vtn_parse_switch() 714 b->phi_table = _mesa_pointer_hash_table_create(b); in vtn_function_emit()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_cooperative_matrix.c | 802 .slice_coop_types = _mesa_pointer_hash_table_create(temp_ctx), in brw_nir_lower_cmat() 803 .vars_to_slice = _mesa_pointer_hash_table_create(temp_ctx), in brw_nir_lower_cmat()
|
H A D | intel_nir_opt_peephole_imul32x16.c | 307 cb_data.range_ht = _mesa_pointer_hash_table_create(NULL); in intel_nir_opt_peephole_imul32x16()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | range_analysis_tests.cpp | 289 struct hash_table *range_ht = _mesa_pointer_hash_table_create(NULL); in TEST_F()
|