Searched defs:VariableLocation (Results 1 – 4 of 4) sorted by relevance
111 struct VariableLocation struct115 VariableLocation(); argument125 bool operator==(const VariableLocation &other) const argument132 uint32_t index;135 uint32_t arrayIndex : 31;138 uint32_t ignored : 1;
330 VariableLocation::VariableLocation() : index(kUnused), arrayIndex(0), ignored(false) {} in VariableLocation() function in gl::VariableLocation332 VariableLocation::VariableLocation(unsigned int arrayIndexIn, unsigned int index) in VariableLocation() function in gl::VariableLocation
72 struct VariableLocation { struct84 static std::vector<VariableLocation> GetVariableLocations( in GetVariableLocations() argument
289 struct VariableLocation struct291 uint32_t set;292 uint32_t binding;