OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeBindings
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
shaderobj.c
302
prog->
AttributeBindings
= string_to_uint_map_ctor();
384
if (shProg->
AttributeBindings
) {
385
string_to_uint_map_dtor(shProg->
AttributeBindings
);
386
shProg->
AttributeBindings
= NULL;
shader_query.cpp
125
shProg->
AttributeBindings
->put(index + VERT_ATTRIB_GENERIC0, name);
mtypes.h
3057
struct string_to_uint_map *
AttributeBindings
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
shaderobj.c
289
prog->
AttributeBindings
= string_to_uint_map_ctor();
365
if (shProg->
AttributeBindings
) {
366
string_to_uint_map_dtor(shProg->
AttributeBindings
);
367
shProg->
AttributeBindings
= NULL;
shader_query.cpp
90
shProg->
AttributeBindings
->put(index + VERT_ATTRIB_GENERIC0, name);
mtypes.h
2978
struct string_to_uint_map *
AttributeBindings
;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
shader_cache.cpp
163
prog->
AttributeBindings
->iterate(create_binding_str, &buf);
standalone.cpp
455
whole_program->
AttributeBindings
= new string_to_uint_map;
615
delete whole_program->
AttributeBindings
;
serialize.cpp
749
write_hash_table(metadata, prog->
AttributeBindings
);
757
read_hash_table(metadata, prog->
AttributeBindings
);
linker.cpp
2949
if (prog->
AttributeBindings
->get(binding, var->name)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
shader_cache.cpp
161
prog->
AttributeBindings
->iterate(create_binding_str, &buf);
standalone.cpp
456
whole_program->
AttributeBindings
= new string_to_uint_map;
616
delete whole_program->
AttributeBindings
;
serialize.cpp
726
write_hash_table(metadata, prog->
AttributeBindings
);
734
read_hash_table(metadata, prog->
AttributeBindings
);
linker.cpp
2849
if (prog->
AttributeBindings
->get(binding, var->name)) {
Completed in 26 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026