Searched defs:VariableLocation (Results 1 – 4 of 4) sorted by relevance
106 struct VariableLocation struct110 VariableLocation(); argument120 bool operator==(const VariableLocation &other) const argument126 unsigned int arrayIndex;129 unsigned int index;133 bool ignored;
915 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation917 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
287 struct VariableLocation struct289 deUint32 set;290 deUint32 binding;
1204 enum VariableLocation : uint8_t { enum