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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1815 unsigned generic_location; member in struct:__anon14e2ae980110::varying_matches::match
2037 unsigned generic_location = 0; local in function:varying_matches::assign_locations
2054 unsigned *location = &generic_location;
2157 this->matches[i].generic_location = *location;
2162 return (generic_location + 3) / 4;
2182 unsigned generic_location = this->matches[i].generic_location; local in function:varying_matches::store_locations
2183 unsigned slot = generic_location / 4;
2184 unsigned offset = generic_location % 4;
2231 unsigned generic_location local in function:varying_matches::store_locations
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1680 unsigned generic_location; member in struct:__anone5c4aea50110::varying_matches::match
1901 unsigned generic_location = 0; local in function:varying_matches::assign_locations
1917 unsigned *location = &generic_location;
2003 this->matches[i].generic_location = *location;
2008 return (generic_location + 3) / 4;
2028 unsigned generic_location = this->matches[i].generic_location; local in function:varying_matches::store_locations
2029 unsigned slot = generic_location / 4;
2030 unsigned offset = generic_location % 4;
2077 unsigned generic_location local in function:varying_matches::store_locations
[all...]

Completed in 8 milliseconds