Searched defs:clampedIndex (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h332 ArgumentInfo(const BlockMemberInfo& b, const TType& t, int clampedIndex, int bufferIndex) : argument
333 typedMemberInfo(b, t), clampedIndex(clampedIndex), bufferIndex(bufferIndex) {}
335 int clampedIndex; member in struct:glsl::OutputASM::ArgumentInfo

Completed in 51 milliseconds