Searched defs:TDefaultGlslIoResolver (Results 1 – 4 of 4) sorted by relevance
234 struct TDefaultGlslIoResolver : public TDefaultIoResolverBase { struct238 TDefaultGlslIoResolver(const TIntermediate& intermediate); argument239 bool validateBinding(EShLanguage /*stage*/, TVarEntryInfo& /*ent*/) override { return true; } in validateBinding()254 int buildStorageKey(EShLanguage stage, TStorageQualifier type) { in buildStorageKey()263 EShLanguage currentStage;265 TSlotMap resourceSlotMap;267 TSlotMap storageSlotMap;
936 TDefaultGlslIoResolver::TDefaultGlslIoResolver(const TIntermediate& intermediate) in TDefaultGlslIoResolver() function in glslang::TDefaultGlslIoResolver