Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp1045 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
1047 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h173 struct VariableLocation struct
177 VariableLocation(); argument
187 bool operator==(const VariableLocation &other) const argument
193 unsigned int arrayIndex;
196 unsigned int index;
200 bool ignored;
DProgram.cpp876 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation
878 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp256 struct VariableLocation struct
258 deUint32 set;
259 deUint32 binding;