Searched defs:VariableLocation (Results 1 – 4 of 4) sorted by relevance
121 struct VariableLocation struct125 VariableLocation(); argument135 bool operator==(const VariableLocation &other) const argument141 unsigned int arrayIndex;144 unsigned int index;148 bool ignored;
1045 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation1047 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
260 struct VariableLocation struct262 deUint32 set;263 deUint32 binding;