Searched defs:VariableLocation (Results 1 – 3 of 3) sorted by relevance
115 struct VariableLocation struct119 VariableLocation(); argument129 bool operator==(const VariableLocation &other) const argument135 unsigned int arrayIndex;138 unsigned int index;142 bool ignored;
640 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation642 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
260 struct VariableLocation struct262 deUint32 set;263 deUint32 binding;