Home
last modified time | relevance | path

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

/external/deqp-deps/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 add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion);
95 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile);
[all …]
DShaderLang.cpp100 int version, EProfile profile, EShSource source, in CreateParseContext()
177 int MapProfileToIndex(EProfile profile) in MapProfileToIndex()
234 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion… in InitializeSymbolTable()
279 int CommonIndex(EProfile profile, EShLanguage language) in CommonIndex()
287 void InitializeStageSymbolTable(TBuiltInParseables& builtInParseables, int version, EProfile profil… in InitializeStageSymbolTable()
305 … TSymbolTable** commonTable, TSymbolTable** symbolTables, int version, EProfile profile, const Sp… in InitializeSymbolTables()
384EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) in AddContextSpecificSymbols()
410 void SetupBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource… in SetupBuiltinSymbolTable()
479 … EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
773 EProfile defaultProfile, in ProcessDeferred()
[all …]
DVersions.h58 } EProfile; typedef
65 inline const char* ProfileName(EProfile profile) in ProfileName()
DparseVersions.h57 TParseVersions(TIntermediate& interm, int version, EProfile profile, in TParseVersions()
139 EProfile profile; // the declared profile in the shader (core by default)
Dlocalintermediate.h227 explicit TIntermediate(EShLanguage l, int v = 0, EProfile p = ENoProfile) :
411 void setProfile(EProfile p) { profile = p; } in setProfile()
412 EProfile getProfile() const { return profile; } in getProfile()
757 EProfile profile; // source profile
DScan.h224 bool scanVersion(int& version, EProfile& profile, bool& notFirstToken);
DParseHelper.h79 EProfile profile, const SpvVersion& spvVersion, EShLanguage language,
274 …TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const Sp…
DInitialize.cpp67 inline bool IncludeLegacy(int version, EProfile profile, const SpvVersion& spvVersion) in IncludeLegacy()
123 void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvVersion) in initialize()
6266 void TBuiltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& sp… in add2ndGenerationSamplingImaging()
6402 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, int version, EProfile in add2ndGenerationSamplingImaging()
6513 void TBuiltIns::addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile in add2ndGenerationSamplingImaging()
6664 …ddSubpassSampling(TSampler sampler, const TString& typeName, int /*version*/, EProfile /*profile*/) in add2ndGenerationSamplingImaging() argument
6681 …Ins::addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) in add2ndGenerationSamplingImaging()
7002 void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile in add2ndGenerationSamplingImaging()
7250 void TBuiltIns::initialize(const TBuiltInResource &resources, int version, EProfile profile, const … in add2ndGenerationSamplingImaging()
7797 void TBuiltIns::identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLa… in add2ndGenerationSamplingImaging()
[all …]
DScan.cpp172 bool TInputScanner::scanVersion(int& version, EProfile& profile, bool& notFirstToken) in scanVersion()
DParseHelper.cpp52 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in TParseContext()
/external/deqp-deps/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.cpp521 void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, const SpvVersion& /*… in initialize() argument
1074 …ablesHlsl::initialize(const TBuiltInResource& /*resources*/, int /*version*/, EProfile /*profile*/, in initialize() argument
1087 void TBuiltInParseablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersi… in identifyBuiltIns() argument
1319 void TBuiltInParseablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersi… in identifyBuiltIns() argument
DhlslParseHelper.h52 int version, EProfile, const SpvVersion& spvVersion, EShLanguage, TInfoSink&,
DhlslParseHelper.cpp56 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in HlslParseContext()
/external/deqp-deps/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
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h536 …bool parse(const TBuiltInResource*, int defaultVersion, EProfile defaultProfile, bool forceDefault…
539 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse()
561 int defaultVersion, EProfile defaultProfile, bool forceDefaultVersionAndProfile,
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h96 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
/external/deqp-deps/glslang/gtests/
DTestFixture.h693 const EProfile defaultProfile;
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp258 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage()