Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h118 struct VariableLocation struct
122 VariableLocation(); argument
132 bool operator==(const VariableLocation &other) const argument
138 unsigned int arrayIndex;
141 unsigned int index;
145 bool ignored;
DProgram.cpp1004 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
1006 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp292 struct VariableLocation struct
294 deUint32 set;
295 deUint32 binding;