Home
last modified time | relevance | path

Searched refs:string_to_uint_map_ctor (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshaderobj.c298 prog->AttributeBindings = string_to_uint_map_ctor(); in init_shader_program()
299 prog->FragDataBindings = string_to_uint_map_ctor(); in init_shader_program()
300 prog->FragDataIndexBindings = string_to_uint_map_ctor(); in init_shader_program()
/external/mesa3d/src/compiler/glsl/
Dstring_to_uint_map.cpp33 string_to_uint_map_ctor() in string_to_uint_map_ctor() function
Dstring_to_uint_map.h39 string_to_uint_map_ctor();
Dserialize.cpp983 struct string_to_uint_map *uniform_idx_map = string_to_uint_map_ctor(); in write_program_resource_list()
984 struct string_to_uint_map *ubo_idx_map = string_to_uint_map_ctor(); in write_program_resource_list()
985 struct string_to_uint_map *ssbo_idx_map = string_to_uint_map_ctor(); in write_program_resource_list()
Dgl_nir_linker.c3046 struct string_to_uint_map *uniform_map = string_to_uint_map_ctor(); in check_explicit_uniform_locations()