Home
last modified time | relevance | path

Searched refs:inOrOut (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() argument
159 …TNameToIndex::const_iterator it = inOrOut ? pipeInNameToIndex.find(name) : pipeOutNameToIndex.find… in getPipeIOIndex()
160 if (it == (inOrOut ? pipeInNameToIndex.end() : pipeOutNameToIndex.end())) in getPipeIOIndex()
167 …etPipeIOIndex(const TString& name, const bool inOrOut) const { return getPipeIOIndex(name.c_str(),… in getPipeIOIndex() argument
DShaderLang.cpp2102 int TProgram::getReflectionPipeIOIndex(const char* name, const bool inOrOut) const in getReflectionPipeIOIndex()
2103 … { return reflection->getPipeIOIndex(name, inOrOut); } in getReflectionPipeIOIndex()
/third_party/glslang/glslang/Public/
DShaderLang.h840 GLSLANG_EXPORT int getReflectionPipeIOIndex(const char* name, const bool inOrOut) const;
870 int getPipeIOIndex(const char *name, const bool inOrOut) const in getPipeIOIndex() argument
871 … { return getReflectionPipeIOIndex(name, inOrOut); } in getPipeIOIndex()