Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h115 struct VariableLocation struct
119 VariableLocation(); argument
129 bool operator==(const VariableLocation &other) const argument
135 unsigned int arrayIndex;
138 unsigned int index;
142 bool ignored;
DProgram.cpp640 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
642 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp260 struct VariableLocation struct
262 deUint32 set;
263 deUint32 binding;