Searched refs:string_to_uint_map (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dstring_to_uint_map.cpp25 * \file string_to_uint_map.cpp
30 #include "string_to_uint_map.h"
32 extern "C" struct string_to_uint_map *
35 return new string_to_uint_map;
39 string_to_uint_map_dtor(struct string_to_uint_map *map)
H A Dstring_to_uint_map.h32 struct string_to_uint_map;
38 struct string_to_uint_map *
42 string_to_uint_map_dtor(struct string_to_uint_map *);
60 struct string_to_uint_map { struct
62 string_to_uint_map() function in struct:string_to_uint_map
68 ~string_to_uint_map()
H A Dlink_uniforms.cpp29 #include "string_to_uint_map.h"
474 count_uniform_size(struct string_to_uint_map *map,
475 struct string_to_uint_map *hidden_map,
543 struct string_to_uint_map *map;
612 struct string_to_uint_map *hidden_map;
671 * the uniform in the \c string_to_uint_map and using the value from
677 * already in the \c string_to_uint_map. In addition, it assumes that
684 struct string_to_uint_map *map,
743 this->record_next_sampler = new string_to_uint_map;
744 this->record_next_bindless_sampler = new string_to_uint_map;
[all...]
H A Dstandalone.cpp39 #include "string_to_uint_map.h"
455 whole_program->AttributeBindings = new string_to_uint_map;
456 whole_program->FragDataBindings = new string_to_uint_map;
457 whole_program->FragDataIndexBindings = new string_to_uint_map;
H A Dserialize.cpp38 #include "string_to_uint_map.h"
512 prog->UniformHash = new string_to_uint_map;
710 write_hash_table(struct blob *metadata, struct string_to_uint_map *hash)
730 read_hash_table(struct blob_reader *metadata, struct string_to_uint_map *hash)
H A Dlinker.cpp77 #include "string_to_uint_map.h"
3454 string_to_uint_map *map, ir_variable *var)
3587 string_to_uint_map *uniform_map = new string_to_uint_map;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dstring_to_uint_map.cpp25 * \file string_to_uint_map.cpp
30 #include "string_to_uint_map.h"
32 extern "C" struct string_to_uint_map *
35 return new string_to_uint_map;
39 string_to_uint_map_dtor(struct string_to_uint_map *map)
H A Dstring_to_uint_map.h32 struct string_to_uint_map;
38 struct string_to_uint_map *
42 string_to_uint_map_dtor(struct string_to_uint_map *);
60 struct string_to_uint_map { struct
62 string_to_uint_map() function in struct:string_to_uint_map
68 ~string_to_uint_map()
H A Dlink_uniforms.cpp29 #include "string_to_uint_map.h"
259 count_uniform_size(struct string_to_uint_map *map,
260 struct string_to_uint_map *hidden_map,
328 struct string_to_uint_map *map;
397 struct string_to_uint_map *hidden_map;
456 * the uniform in the \c string_to_uint_map and using the value from
462 * already in the \c string_to_uint_map. In addition, it assumes that
469 struct string_to_uint_map *map,
514 this->record_next_sampler = new string_to_uint_map;
515 this->record_next_bindless_sampler = new string_to_uint_map;
[all...]
H A Dstandalone.cpp39 #include "string_to_uint_map.h"
456 whole_program->AttributeBindings = new string_to_uint_map;
457 whole_program->FragDataBindings = new string_to_uint_map;
458 whole_program->FragDataIndexBindings = new string_to_uint_map;
H A Dserialize.cpp38 #include "string_to_uint_map.h"
508 prog->UniformHash = new string_to_uint_map;
687 write_hash_table(struct blob *metadata, struct string_to_uint_map *hash)
707 read_hash_table(struct blob_reader *metadata, struct string_to_uint_map *hash)
H A Dlinker.cpp77 #include "string_to_uint_map.h"
3511 string_to_uint_map *map, ir_variable *var)
3644 string_to_uint_map *uniform_map = new string_to_uint_map;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources158 glsl/string_to_uint_map.cpp \
159 glsl/string_to_uint_map.h
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dset_uniform_initializer_tests.cpp28 #include "string_to_uint_map.h"
120 prog->UniformHash = new string_to_uint_map;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dset_uniform_initializer_tests.cpp28 #include "string_to_uint_map.h"
113 prog->UniformHash = new string_to_uint_map;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmtypes.h2978 struct string_to_uint_map *AttributeBindings;
2987 struct string_to_uint_map *FragDataBindings;
2988 struct string_to_uint_map *FragDataIndexBindings;
3063 struct string_to_uint_map *UniformHash;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmtypes.h3057 struct string_to_uint_map *AttributeBindings;
3066 struct string_to_uint_map *FragDataBindings;
3067 struct string_to_uint_map *FragDataIndexBindings;
3142 struct string_to_uint_map *UniformHash;

Completed in 48 milliseconds