Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h122 int resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) override;
197 int resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) override;
Diomapper.cpp266 resolver.resolveInOutLocation(stage, ent); in operator ()()
531 int TDefaultIoResolverBase::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation() function in glslang::TDefaultIoResolverBase
610 int TDefaultGlslIoResolver::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation() function in glslang::TDefaultGlslIoResolver
/third_party/glslang/glslang/Public/
DShaderLang.h780 virtual int resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) = 0;