Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
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 …ltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion) in add2ndGenerationSamplingImaging()
7250 …t TBuiltInResource &resources, int version, EProfile profile, const SpvVersion& spvVersion, EShLan… in add2ndGenerationSamplingImaging()
7797 void TBuiltIns::identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLa… in add2ndGenerationSamplingImaging()
9468 void TBuiltIns::identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLa… in add2ndGenerationSamplingImaging()
DparseVersions.h58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions()
141 SpvVersion spvVersion; variable
DShaderLang.cpp102SpvVersion spvVersion, bool forwardCompatible, EShMessages messages, in CreateParseContext()
161 int MapSpvVersionToIndex(const SpvVersion& spvVersion) in MapSpvVersionToIndex()
234 …Table(const TString& builtIns, int version, EProfile profile, const SpvVersion& spvVersion, EShLan… in InitializeSymbolTable()
287 …TBuiltInParseables& builtInParseables, int version, EProfile profile, const SpvVersion& spvVersion, in InitializeStageSymbolTable()
305 … TSymbolTable** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSou… 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()
675 EShLanguage& stage, SpvVersion& spvVersion) in TranslateEnvironment()
825 SpvVersion spvVersion; in ProcessDeferred() local
[all …]
DParseHelper.h82 …: TParseVersions(interm, version, profile, spvVersion, language, infoSink, forwardCompatible, mess… in TParseVersions() argument
Dlocalintermediate.h759 SpvVersion spvVersion; variable
DParseHelper.cpp52 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in TParseContext()
/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp52 spv_target_env MapToSpirvToolsEnv(const SpvVersion& spvVersion, spv::SpvBuildLogger* logger) in MapToSpirvToolsEnv()
DSpvBuilder.h687 unsigned int spvVersion; // the version of SPIR-V to emit in the header variable
DSpvBuilder.cpp57 Builder::Builder(unsigned int spvVersion, unsigned int magicNumber, SpvBuildLogger* buildLogger) : in Builder()
DGlslangToSpv.cpp1274 TGlslangToSpvTraverser::TGlslangToSpvTraverser(unsigned int spvVersion, const glslang::TIntermediat… in TGlslangToSpvTraverser()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp56 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in HlslParseContext()