Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h160 int resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) override;
239 int resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) override;
Diomapper.cpp283 resolver.resolveInOutLocation(stage, ent); in operator ()()
861 int TDefaultIoResolverBase::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation() function in glslang::TDefaultIoResolverBase
940 int TDefaultGlslIoResolver::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation() function in glslang::TDefaultGlslIoResolver
/third_party/glslang/glslang/Public/
DShaderLang.h817 virtual int resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) = 0;