Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dstring_to_uint_map.cpp52 string_to_uint_map_get(struct string_to_uint_map *map, in string_to_uint_map_get() function
H A Dstring_to_uint_map.h49 string_to_uint_map_get(struct string_to_uint_map *map,
H A Dserialize.cpp832 string_to_uint_map_get(blk_idx_map, &i, in write_program_resource_data()
850 string_to_uint_map_get(uniform_idx_map, &i, in write_program_resource_data()
H A Dgl_nir_link_varyings.c1078 if (string_to_uint_map_get(prog->AttributeBindings, &binding, var->name)) { in assign_attribute_or_color_locations()
1090 if (string_to_uint_map_get(prog->FragDataBindings, &binding, name)) { in assign_attribute_or_color_locations()
1094 if (string_to_uint_map_get(prog->FragDataIndexBindings, &index, name)) { in assign_attribute_or_color_locations()
H A Dgl_nir_linker.c2056 if (string_to_uint_map_get(map, &hash_loc, var->name) && in reserve_explicit_locations()