Searched defs:VariableLocation (Results 1 – 3 of 3) sorted by relevance
118 struct VariableLocation struct122 VariableLocation(); argument132 bool operator==(const VariableLocation &other) const argument138 unsigned int arrayIndex;141 unsigned int index;145 bool ignored;
1004 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation1006 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
292 struct VariableLocation struct294 deUint32 set;295 deUint32 binding;