Home
last modified time | relevance | path

Searched defs:VariableLocation (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.h107 struct VariableLocation struct
111 VariableLocation(); argument
121 bool operator==(const VariableLocation &other) const argument
127 unsigned int arrayIndex;
130 unsigned int index;
134 bool ignored;
DProgram.cpp916 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
918 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation