Home
last modified time | relevance | path

Searched refs:_mesa_pointer_hash_table_create (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c357 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 Dnir_schedule.c503 .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 Dnir_lower_global_vars_to_local.c73 struct hash_table *var_func_table = _mesa_pointer_hash_table_create(NULL); in nir_lower_global_vars_to_local()
H A Dnir_opt_find_array_copies.c642 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 Dnir_lower_io_to_scalar.c576 .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 Dnir_split_per_member_structs.c161 _mesa_pointer_hash_table_create(dead_ctx); in nir_split_per_member_structs()
H A Dnir_lower_phis_to_scalar.c265 state.phi_table = _mesa_pointer_hash_table_create(NULL); in lower_phis_to_scalar_impl()
H A Dnir_split_vars.c353 _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 Dlima_nir_split_loads.c60 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 Dintel_sanitize_gpu.c114 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 Dir_variable_refcount.cpp41 this->ht = _mesa_pointer_hash_table_create(NULL); in ir_variable_refcount_visitor()
H A Dir_array_refcount.cpp40 this->ht = _mesa_pointer_hash_table_create(NULL); in ir_array_refcount_visitor()
H A Dir_function_detect_recursion.cpp161 this->function_hash = _mesa_pointer_hash_table_create(NULL); in has_recursion_visitor()
H A Dgl_nir_detect_function_recursion.c287 _mesa_pointer_hash_table_create(mem_ctx); in gl_nir_detect_recursion_linked()
H A Dlink_functions.cpp161 struct hash_table *ht = _mesa_pointer_hash_table_create(NULL); in visit_enter()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_opt_predicates.c170 ctx->predicate_clones = _mesa_pointer_hash_table_create(ctx); in ir3_opt_predicates()
/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c469 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 Dhash_table.h131 _mesa_pointer_hash_table_create(void *mem_ctx);
/aosp_15_r20/external/mesa3d/src/util/
H A Du_debug_symbol.c268 symbols_hash = _mesa_pointer_hash_table_create(NULL); in debug_symbol_name_cached()
H A Dhash_table.h131 _mesa_pointer_hash_table_create(void *mem_ctx);
H A Du_debug_stack.c66 symbols_hash = _mesa_pointer_hash_table_create(NULL); in symbol_name_cached()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c425 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 Dbrw_nir_lower_cooperative_matrix.c802 .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 Dintel_nir_opt_peephole_imul32x16.c307 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 Drange_analysis_tests.cpp289 struct hash_table *range_ht = _mesa_pointer_hash_table_create(NULL); in TEST_F()

1234