Searched refs:getPipeInput (Results 1 – 5 of 5) sorted by relevance
884 GLSLANG_EXPORT const TObjectReflection& getPipeInput(int index) const;951 const char *getAttributeName(int index) const { return getPipeInput(index).name.c_str(); } in getAttributeName()954 int getAttributeType(int index) const { return getPipeInput(index).glDefineType; } in getAttributeType()957 const TType *getAttributeTType(int index) const { return getPipeInput(index).getType(); } in getAttributeTType()
94 const TObjectReflection& getPipeInput(int i) const in getPipeInput() function
2205 const TObjectReflection& TProgram::getPipeInput(int index) const { return reflection->getPipeI… in getPipeInput() function in glslang::TProgram
102 auto in = nextIt->getPipeInput(i); in verifyIOMapping()