Home
last modified time | relevance | path

Searched refs:hash_table_ctor (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/glsl/
Dlink_functions.cpp51 this->locals = hash_table_ctor(0, hash_table_pointer_hash, in call_link_visitor()
135 struct hash_table *ht = hash_table_ctor(0, hash_table_pointer_hash, in visit_enter()
Dloop_analysis.h129 this->var_hash = hash_table_ctor(0, hash_table_pointer_hash, in loop_variable_state()
Dir_set_program_inouts.cpp50 this->ht = hash_table_ctor(0, in ir_set_program_inouts_visitor()
Dglsl_types.cpp341 array_types = hash_table_ctor(64, hash_table_string_hash, in get_array_instance()
424 record_types = hash_table_ctor(64, record_key_hash, record_key_compare); in get_record_instance()
Dopt_function_inlining.cpp120 ht = hash_table_ctor(0, hash_table_pointer_hash, hash_table_pointer_compare); in generate_inline()
Dloop_analysis.cpp38 this->ht = hash_table_ctor(0, hash_table_pointer_hash, in loop_state()
Dir_clone.cpp403 hash_table_ctor(0, hash_table_pointer_hash, hash_table_pointer_compare); in clone_ir_list()
Dir_validate.cpp46 this->ht = hash_table_ctor(0, hash_table_pointer_hash, in ir_validate()
Dlinker.cpp693 temps = hash_table_ctor(0, hash_table_pointer_hash, in move_non_declarations()
1075 hash_table *ht = hash_table_ctor(32, hash_table_string_hash, in assign_uniform_locations()
/external/mesa3d/src/mesa/program/
Dhash_table.h54 extern struct hash_table *hash_table_ctor(unsigned num_buckets,
Dhash_table.c57 hash_table_ctor(unsigned num_buckets, hash_func_t hash, in hash_table_ctor() function
Dsymbol_table.c460 table->ht = hash_table_ctor(32, hash_table_string_hash, in _mesa_symbol_table_ctor()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y1071 parser->defines = hash_table_ctor (32, hash_table_string_hash, in glcpp_parser_create()
Dglcpp-parse.c3396 parser->defines = hash_table_ctor (32, hash_table_string_hash, in glcpp_parser_create()