Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h106 struct VariableLocation struct
110 VariableLocation(); argument
120 bool operator==(const VariableLocation &other) const argument
126 unsigned int arrayIndex;
129 unsigned int index;
133 bool ignored;
DProgram.cpp915 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
917 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp287 struct VariableLocation struct
289 deUint32 set;
290 deUint32 binding;
/external/v8/src/common/
Dglobals.h1204 enum VariableLocation : uint8_t { enum