Home
last modified time | relevance | path

Searched refs:EProfile (Results 1 – 20 of 20) 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 …]
DparseVersions.h57 TParseVersions(TIntermediate& interm, int version, EProfile profile, in TParseVersions()
73 const EProfile profile = EEsProfile;
122 const EProfile profile = ECoreProfile;
125 EProfile profile; // the declared profile in the shader (core by default)
DShaderLang.cpp103 int version, EProfile profile, EShSource source, in CreateParseContext()
180 int MapProfileToIndex(EProfile profile) in MapProfileToIndex()
237 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion… in InitializeSymbolTable()
282 int CommonIndex(EProfile profile, EShLanguage language) in CommonIndex()
290 void InitializeStageSymbolTable(TBuiltInParseables& builtInParseables, int version, EProfile profil… in InitializeStageSymbolTable()
316 … TSymbolTable** commonTable, TSymbolTable** symbolTables, int version, EProfile profile, const Sp… in InitializeSymbolTables()
405EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) in AddContextSpecificSymbols()
431 void SetupBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource… in SetupBuiltinSymbolTable()
512 … EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
807 EProfile defaultProfile, in ProcessDeferred()
[all …]
DVersions.h63 } EProfile; typedef
70 inline const char* ProfileName(EProfile profile) in ProfileName()
Dlocalintermediate.h284 explicit TIntermediate(EShLanguage l, int v = 0, EProfile p = ENoProfile) :
350 void setProfile(EProfile p) in setProfile()
358 EProfile getProfile() const { return profile; } in getProfile()
968 const EProfile profile = ECoreProfile;
971 EProfile profile; // source profile
DInitialize.cpp137 EProfile profiles; // the profile(s) (mask) that the following fields are valid for
144 EProfile EDesktopProfile = static_cast<EProfile>(ENoProfile | ECoreProfile | ECompatibilityProfile);
420 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&… in ValidVersion()
459 void TBuiltIns::addTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion) in addTabledBuiltins()
477 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /… in relateTabledBuiltins() argument
484 inline bool IncludeLegacy(int version, EProfile profile, const SpvVersion& spvVersion) in IncludeLegacy()
545 void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvVersion) in initialize()
5737 void TBuiltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& sp…
5897 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile
6007 void TBuiltIns::addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile
[all …]
DScan.h224 bool scanVersion(int& version, EProfile& profile, bool& notFirstToken);
DParseHelper.h80 EProfile profile, const SpvVersion& spvVersion, EShLanguage language,
283 …TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const Sp…
DScan.cpp174 bool TInputScanner::scanVersion(int& version, EProfile& profile, bool& notFirstToken) in scanVersion()
DParseHelper.cpp53 … 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);
71 bool TGenericCompiler::compile(TIntermNode* /*root*/, int /*version*/, EProfile /*profile*/) in compile() argument
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp303 static EProfile c_shader_profile(glslang_profile_t profile) in c_shader_profile()
320 return EProfile(); in c_shader_profile()
/third_party/glslang/glslang/Public/
DShaderLang.h625 const TBuiltInResource*, int defaultVersion, EProfile defaultProfile,
629 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse()
652 EProfile defaultProfile, bool forceDefaultVersionAndProfile,
/third_party/glslang/glslang/Include/
DShHandle.h96 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
/third_party/glslang/gtests/
DTestFixture.h707 const EProfile defaultProfile;
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp282 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage()