Home
last modified time | relevance | path

Searched refs:EShSource (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp84 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables()
100 int version, EProfile profile, EShSource source, in CreateParseContext()
196 int MapSourceToIndex(EShSource source) in MapSourceToIndex()
235 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
288 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable()
305 …able** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) 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()
479EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
674 void TranslateEnvironment(const TEnvironment* environment, EShMessages& messages, EShSource& source, in TranslateEnvironment()
[all …]
Dlocalintermediate.h277 void setSource(EShSource s) { source = s; } in setSource()
278 EShSource getSource() const { return source; } in getSource()
751 EShSource source; // source language, known a bit later
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h134 } EShSource; // if EShLanguage were EShStage, this could be EShLanguage instead typedef
165EShSource languageFamily; // redundant information with other input, this one overrides when not E…
433 void setEnvInput(EShSource lang, EShLanguage envStage, EShClient client, int version) in setEnvInput()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp258 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage()