Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h884 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()
/third_party/glslang/glslang/MachineIndependent/
Dreflection.h94 const TObjectReflection& getPipeInput(int i) const in getPipeInput() function
DShaderLang.cpp2205 const TObjectReflection& TProgram::getPipeInput(int index) const { return reflection->getPipeI… in getPipeInput() function in glslang::TProgram
/third_party/glslang/gtests/
DVkRelaxed.FromFile.cpp102 auto in = nextIt->getPipeInput(i); in verifyIOMapping()
DGlslMapIO.FromFile.cpp102 auto in = nextIt->getPipeInput(i); in verifyIOMapping()