/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.h | 64 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 …]
|
D | ShaderLang.cpp | 100 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() 384 … EProfile 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 …]
|
D | Versions.h | 58 } EProfile; typedef 65 inline const char* ProfileName(EProfile profile) in ProfileName()
|
D | parseVersions.h | 57 TParseVersions(TIntermediate& interm, int version, EProfile profile, in TParseVersions() 139 EProfile profile; // the declared profile in the shader (core by default)
|
D | localintermediate.h | 227 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
|
D | Scan.h | 224 bool scanVersion(int& version, EProfile& profile, bool& notFirstToken);
|
D | ParseHelper.h | 79 EProfile profile, const SpvVersion& spvVersion, EShLanguage language, 274 …TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const Sp…
|
D | Initialize.cpp | 67 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 …]
|
D | Scan.cpp | 172 bool TInputScanner::scanVersion(int& version, EProfile& profile, bool& notFirstToken) in scanVersion()
|
D | ParseHelper.cpp | 52 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in TParseContext()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseables.h | 51 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…
|
D | hlslParseables.cpp | 521 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
|
D | hlslParseHelper.h | 52 int version, EProfile, const SpvVersion& spvVersion, EShLanguage, TInfoSink&,
|
D | hlslParseHelper.cpp | 56 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in HlslParseContext()
|
/external/deqp-deps/glslang/glslang/GenericCodeGen/ |
D | CodeGen.cpp | 45 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/ |
D | ShaderLang.h | 536 …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/ |
D | ShHandle.h | 96 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile) = 0;
|
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 693 const EProfile defaultProfile;
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 258 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage()
|