Searched defs:TDefaultGlslIoResolver (Results 1 – 4 of 4) sorted by relevance
154 struct TDefaultGlslIoResolver : public TDefaultIoResolverBase { struct158 TDefaultGlslIoResolver(const TIntermediate& intermediate); argument159 bool validateBinding(EShLanguage /*stage*/, TVarEntryInfo& /*ent*/) override { return true; } in validateBinding()174 int buildStorageKey(EShLanguage stage, TStorageQualifier type) { in buildStorageKey()183 EShLanguage currentStage;185 TSlotMap resourceSlotMap;187 TSlotMap storageSlotMap;
1040 TDefaultGlslIoResolver::TDefaultGlslIoResolver(const TIntermediate& intermediate) in TDefaultGlslIoResolver() function in glslang::TDefaultGlslIoResolver
232 struct TDefaultGlslIoResolver : public TDefaultIoResolverBase { struct236 TDefaultGlslIoResolver(const TIntermediate& intermediate); argument237 bool validateBinding(EShLanguage /*stage*/, TVarEntryInfo& /*ent*/) override { return true; } in validateBinding()252 int buildStorageKey(EShLanguage stage, TStorageQualifier type) { in buildStorageKey()261 EShLanguage currentStage;263 TSlotMap resourceSlotMap;265 TSlotMap storageSlotMap;
934 TDefaultGlslIoResolver::TDefaultGlslIoResolver(const TIntermediate& intermediate) in TDefaultGlslIoResolver() function in glslang::TDefaultGlslIoResolver