Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.h157 int getPipeIOIndex(const char* name, const bool inOrOut) const in getPipeIOIndex() function
167 …int getPipeIOIndex(const TString& name, const bool inOrOut) const { return getPipeIOIndex(name.c_s… in getPipeIOIndex() function
DShaderLang.cpp2103 … { return reflection->getPipeIOIndex(name, inOrOut); } in getReflectionPipeIOIndex()
/third_party/glslang/glslang/Public/
DShaderLang.h870 int getPipeIOIndex(const char *name, const bool inOrOut) const in getPipeIOIndex() function