Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1737 unsigned generic_location; member
1971 unsigned generic_location = 0; in assign_locations() local
1988 unsigned *location = &generic_location; in assign_locations()
2080 this->matches[i].generic_location = *location; in assign_locations()
2085 return (generic_location + 3) / 4; in assign_locations()
2105 unsigned generic_location = this->matches[i].generic_location; in store_locations() local
2106 unsigned slot = generic_location / 4; in store_locations()
2107 unsigned offset = generic_location % 4; in store_locations()
2154 unsigned generic_location = this->matches[i].generic_location; in store_locations() local
2155 unsigned slot = generic_location / 4; in store_locations()