Searched defs:VariableLocation (Results 1 – 5 of 5) 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
173 struct VariableLocation struct177 VariableLocation(); argument187 bool operator==(const VariableLocation &other) const argument193 unsigned int arrayIndex;196 unsigned int index;200 bool ignored;
876 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation878 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
256 struct VariableLocation struct258 deUint32 set;259 deUint32 binding;