Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dlinker.cpp921 struct uniform_node { struct
1004 uniform_node *n = (uniform_node *) hash_table_find(ht, name); in add_uniform()
1037 n = (uniform_node *) calloc(1, sizeof(struct uniform_node)); in add_uniform()
1109 uniform_node *next; in assign_uniform_locations()
1110 for (uniform_node *node = (uniform_node *) uniforms.head in assign_uniform_locations()
1113 next = (uniform_node *) node->link.next; in assign_uniform_locations()