Home
last modified time | relevance | path

Searched defs:spvVersion (Results 1 – 11 of 11) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp459 void TBuiltIns::addTabledBuiltins(int version, EProfile profile, const SpvVersion& spvVersion) in addTabledBuiltins()
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 …ltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion)
6734 …t TBuiltInResource &resources, int version, EProfile profile, const SpvVersion& spvVersion, EShLan…
7327 void TBuiltIns::identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLa…
9296 void TBuiltIns::identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLa…
DShaderLang.cpp105SpvVersion spvVersion, bool forwardCompatible, EShMessages messages, in CreateParseContext()
164 int MapSpvVersionToIndex(const SpvVersion& spvVersion) in MapSpvVersionToIndex()
237 …Table(const TString& builtIns, int version, EProfile profile, const SpvVersion& spvVersion, EShLan… in InitializeSymbolTable()
290 …TBuiltInParseables& builtInParseables, int version, EProfile profile, const SpvVersion& spvVersion, in InitializeStageSymbolTable()
316 … TSymbolTable** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSou… 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()
512 … EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) in DeduceVersionProfile()
703 EShLanguage& stage, SpvVersion& spvVersion) in TranslateEnvironment()
859 SpvVersion spvVersion; in ProcessDeferred() local
[all …]
DparseVersions.h58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions()
228 SpvVersion spvVersion; variable
DParseHelper.h83 …: TParseVersions(interm, version, profile, spvVersion, language, infoSink, forwardCompatible, mess… in TParseVersions() argument
Dlocalintermediate.h974 SpvVersion spvVersion; variable
DParseHelper.cpp53 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in TParseContext()
/third_party/glslang/SPIRV/
DSpvTools.cpp52 spv_target_env MapToSpirvToolsEnv(const SpvVersion& spvVersion, spv::SpvBuildLogger* logger) in MapToSpirvToolsEnv()
DSpvBuilder.h794 unsigned int spvVersion; // the version of SPIR-V to emit in the header variable
DSpvBuilder.cpp60 Builder::Builder(unsigned int spvVersion, unsigned int magicNumber, SpvBuildLogger* buildLogger) : in Builder()
DGlslangToSpv.cpp1385 TGlslangToSpvTraverser::TGlslangToSpvTraverser(unsigned int spvVersion, in TGlslangToSpvTraverser()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp57 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in HlslParseContext()