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.cpp1554 unsigned generic_location; member
1775 unsigned generic_location = 0; in assign_locations() local
1791 unsigned *location = &generic_location; in assign_locations()
1877 this->matches[i].generic_location = *location; in assign_locations()
1882 return (generic_location + 3) / 4; in assign_locations()
1902 unsigned generic_location = this->matches[i].generic_location; in store_locations() local
1903 unsigned slot = generic_location / 4; in store_locations()
1904 unsigned offset = generic_location % 4; in store_locations()
1951 unsigned generic_location = this->matches[i].generic_location; in store_locations() local
1952 unsigned slot = generic_location / 4; in store_locations()