Home
last modified time | relevance | path

Searched refs:getPipeInput (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/Public/
DShaderLang.h846 GLSLANG_EXPORT const TObjectReflection& getPipeInput(int index) const;
913 const char *getAttributeName(int index) const { return getPipeInput(index).name.c_str(); } in getAttributeName()
916 int getAttributeType(int index) const { return getPipeInput(index).glDefineType; } in getAttributeType()
919 const TType *getAttributeTType(int index) const { return getPipeInput(index).getType(); } in getAttributeTType()
/third_party/glslang/glslang/MachineIndependent/
Dreflection.h94 const TObjectReflection& getPipeInput(int i) const in getPipeInput() function
DShaderLang.cpp2110 const TObjectReflection& TProgram::getPipeInput(int index) const { return reflection->getPipeI… in getPipeInput() function in glslang::TProgram