Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp87 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables()
103 int version, EProfile profile, EShSource source, in CreateParseContext()
199 int MapSourceToIndex(EShSource source) in MapSourceToIndex()
238 EShSource source, TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
291 … EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, in InitializeStageSymbolTable()
316 …able** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) in InitializeSymbolTables()
405 … EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) in AddContextSpecificSymbols()
431 void SetupBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource in SetupBuiltinSymbolTable()
512EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
702 void TranslateEnvironment(const TEnvironment* environment, EShMessages& messages, EShSource& source, in TranslateEnvironment()
[all …]
Dlocalintermediate.h451 void setSource(EShSource s) { source = s; } in setSource()
452 EShSource getSource() const { return source; } in getSource()
454 void setSource(EShSource s) { assert(s == EShSourceGlsl); (void)s; } in setSource()
455 EShSource getSource() const { return EShSourceGlsl; } in getSource()
994 EShSource source; // source language, known a bit later
/third_party/glslang/glslang/Public/
DShaderLang.h149 } EShSource; // if EShLanguage were EShStage, this could be EShLanguage instead typedef
186EShSource languageFamily; // redundant information with other input, this one overrides when not E…
514 void setEnvInput(EShSource lang, EShLanguage envStage, EShClient client, int version) in setEnvInput()
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp289 static glslang::EShSource c_shader_source(glslang_source_t source) in c_shader_source()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp282 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage()