Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h121 struct VariableLocation struct
125 VariableLocation(); argument
135 bool operator==(const VariableLocation &other) const argument
141 unsigned int arrayIndex;
144 unsigned int index;
148 bool ignored;
DProgram.cpp738 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
740 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp256 struct VariableLocation struct
258 deUint32 set;
259 deUint32 binding;