Searched defs:spvVersion (Results 1 – 11 of 11) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
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 …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()
|
D | parseVersions.h | 58 const SpvVersion& spvVersion, EShLanguage language, TInfoSink& infoSink, in TParseVersions() 141 SpvVersion spvVersion; variable
|
D | ShaderLang.cpp | 102 … SpvVersion 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 …]
|
D | ParseHelper.h | 82 …: TParseVersions(interm, version, profile, spvVersion, language, infoSink, forwardCompatible, mess… in TParseVersions() argument
|
D | localintermediate.h | 759 SpvVersion spvVersion; variable
|
D | ParseHelper.cpp | 52 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in TParseContext()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvTools.cpp | 52 spv_target_env MapToSpirvToolsEnv(const SpvVersion& spvVersion, spv::SpvBuildLogger* logger) in MapToSpirvToolsEnv()
|
D | SpvBuilder.h | 687 unsigned int spvVersion; // the version of SPIR-V to emit in the header variable
|
D | SpvBuilder.cpp | 57 Builder::Builder(unsigned int spvVersion, unsigned int magicNumber, SpvBuildLogger* buildLogger) : in Builder()
|
D | GlslangToSpv.cpp | 1274 TGlslangToSpvTraverser::TGlslangToSpvTraverser(unsigned int spvVersion, const glslang::TIntermediat… in TGlslangToSpvTraverser()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 56 … int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, in HlslParseContext()
|