Home
last modified time | relevance | path

Searched refs:EProfile (Results 1 – 22 of 22) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DInitialize.h64 virtual void initialize(int version, EProfile, const SpvVersion& spvVersion) = 0;
65 …virtual void initialize(const TBuiltInResource& resources, int version, EProfile, const SpvVersion…
69 …virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLang…
70 …virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLang…
87 void initialize(int version, EProfile, const SpvVersion& spvVersion);
88 …void initialize(const TBuiltInResource& resources, int version, EProfile, const SpvVersion& spvVer…
90 …void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage lan…
91 …void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage lan…
94 void addTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion);
95 …void relateTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage…
[all …]
DShaderLang.cpp106 int version, EProfile profile, EShSource source, in CreateParseContext()
187 int MapProfileToIndex(EProfile profile) in MapProfileToIndex()
244 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion… in InitializeSymbolTable()
289 int CommonIndex(EProfile profile, EShLanguage language) in CommonIndex()
297 void InitializeStageSymbolTable(TBuiltInParseables& builtInParseables, int version, EProfile profil… in InitializeStageSymbolTable()
315 … TSymbolTable** commonTable, TSymbolTable** symbolTables, int version, EProfile profile, const Sp… in InitializeSymbolTables()
392EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) in AddContextSpecificSymbols()
418 void SetupBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource… in SetupBuiltinSymbolTable()
492 … EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
786 EProfile defaultProfile, in ProcessDeferred()
[all …]
DVersions.h63 } EProfile; typedef
70 inline const char* ProfileName(EProfile profile) in ProfileName()
DparseVersions.h57 TParseVersions(TIntermediate& interm, int version, EProfile profile, in TParseVersions()
72 EProfile profile; // the declared profile in the shader (core by default)
DInitialize.cpp132 EProfile profiles; // the profile(s) (mask) that the following fields are valid for
139 EProfile EDesktopProfile = static_cast<EProfile>(ENoProfile | ECoreProfile | ECompatibilityProfile);
403 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&… in ValidVersion()
437 void TBuiltIns::addTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion) in addTabledBuiltins()
455 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /… in relateTabledBuiltins() argument
462 inline bool IncludeLegacy(int version, EProfile profile, const SpvVersion& spvVersion) in IncludeLegacy()
521 void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvVersion) in initialize()
6272 void TBuiltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& sp… in add2ndGenerationSamplingImaging()
6407 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile in addQueryFunctions()
6513 void TBuiltIns::addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile in addImageFunctions()
[all …]
DScan.h224 bool scanVersion(int& version, EProfile& profile, bool& notFirstToken);
Dlocalintermediate.h293 explicit TIntermediate(EShLanguage l, int v = 0, EProfile p = ENoProfile) :
370 void setProfile(EProfile p) in setProfile()
376 EProfile getProfile() const { return profile; } in getProfile()
1138 EProfile profile; // source profile
DParseHelper.h80 EProfile profile, const SpvVersion& spvVersion, EShLanguage language,
308 …TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const Sp…
Diomapper.h348 EProfile profile;
Diomapper.cpp317 … TVarLiveMap* uniform[EShLangCount], bool& hadError, EProfile profile, int version) in TSymbolValidater()
632 EProfile profile;
DScan.cpp174 bool TInputScanner::scanVersion(int& version, EProfile& profile, bool& notFirstToken) in scanVersion()
DParseHelper.cpp54 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in TParseContext()
/third_party/glslang/glslang/HLSL/
DhlslParseables.h51 void initialize(int version, EProfile, const SpvVersion& spvVersion);
52 …void initialize(const TBuiltInResource& resources, int version, EProfile, const SpvVersion& spvVer…
54 …void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage lan…
56 …void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage lan…
DhlslParseables.cpp456 void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, const SpvVersion& /*… in initialize() argument
1009 …ablesHlsl::initialize(const TBuiltInResource& /*resources*/, int /*version*/, EProfile /*profile*/, in initialize() argument
1022 void TBuiltInParseablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersi… in identifyBuiltIns() argument
1254 void TBuiltInParseablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersi… in identifyBuiltIns() argument
DhlslParseHelper.h52 int version, EProfile, const SpvVersion& spvVersion, EShLanguage, TInfoSink&,
DhlslParseHelper.cpp57 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in HlslParseContext()
/third_party/glslang/glslang/GenericCodeGen/
DCodeGen.cpp45 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile);
70 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) in compile() argument
/third_party/glslang/glslang/Public/
DShaderLang.h658 const TBuiltInResource*, int defaultVersion, EProfile defaultProfile,
662 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse()
685 EProfile defaultProfile, bool forceDefaultVersionAndProfile,
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp290 static EProfile c_shader_profile(glslang_profile_t profile) in c_shader_profile()
307 return EProfile(); in c_shader_profile()
/third_party/glslang/glslang/Include/
DShHandle.h96 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
/third_party/glslang/gtests/
DTestFixture.h730 const EProfile defaultProfile;
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp290 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage()