Home
last modified time | relevance | path

Searched refs:TBuiltInVariable (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.h107 void handleSemantic(TSourceLoc, TQualifier&, TBuiltInVariable, const TString& upperCase);
324 static bool isClipOrCullDistance(TBuiltInVariable);
338 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
417 tInterstageIoData(TBuiltInVariable bi, TStorageQualifier q) : in tInterstageIoData()
420 TBuiltInVariable builtIn;
440 …TMap<TBuiltInVariable, TSymbol*> builtInTessLinkageSymbols; // used for tessellation, finding decl…
DhlslTokenStream.h55 …glslang::TBuiltInVariable mapSemantic(const char* upperCase) { return scanner.mapSemantic(upperCas… in mapSemantic()
DhlslScanContext.h84 glslang::TBuiltInVariable mapSemantic(const char*);
DhlslGrammar.h82 bool acceptTessellationDeclType(TBuiltInVariable&);
DhlslScanContext.cpp84 std::unordered_map<const char*, glslang::TBuiltInVariable, str_hash, str_eq>* SemanticMap = nullptr;
408 SemanticMap = new std::unordered_map<const char*, glslang::TBuiltInVariable, str_hash, str_eq>; in fillInKeywordMap()
467 glslang::TBuiltInVariable HlslScanContext::mapSemantic(const char* upperCase) in mapSemantic()
DhlslGrammar.cpp995 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType) in acceptTessellationDeclType()
1016 TBuiltInVariable patchType; in acceptTessellationPatchTemplateType()
2296 TBuiltInVariable builtinType = EbvNone; in acceptStructBufferType()
DhlslParseHelper.cpp1459 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage()
1469 bool HlslParseContext::isClipOrCullDistance(TBuiltInVariable builtIn) in isClipOrCullDistance()
2542 const TBuiltInVariable builtInType = clipCullNode->getQualifier().builtIn; in assignClipCullDistance()
3433 const TBuiltInVariable builtInType = bufferType.getQualifier().declaredBuiltIn; in decomposeStructBufferMethods()
4747 …const auto lookupBuiltinVariable = [&](const char* name, TBuiltInVariable builtin, TType& type) ->… in decomposeIntrinsic()
6124 void HlslParseContext::handleSemantic(TSourceLoc loc, TQualifier& qualifier, TBuiltInVariable built… in handleSemantic()
9692 TIntermSymbol* HlslParseContext::findTessLinkageSymbol(TBuiltInVariable biType) const in findTessLinkageSymbol()
9782 const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn(); in addPatchConstantInvocation()
9844 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation()
9911 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation()
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h145 enum TBuiltInVariable { enum
351 __inline const char* GetBuiltInVariableString(TBuiltInVariable v) in GetBuiltInVariableString()
DTypes.h563 TBuiltInVariable builtIn : 9;
564 TBuiltInVariable declaredBuiltIn : 9;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h236 TBuiltInVariable getDeclaredBuiltIn() const { return type->getQualifier().declaredBuiltIn; } in getDeclaredBuiltIn()
299 virtual TBuiltInVariable getDeclaredBuiltInType() const { return declaredBuiltIn; } in getDeclaredBuiltInType()
333 TBuiltInVariable declaredBuiltIn;
DInitialize.cpp7343 static void SpecialQualifier(const char* name, TStorageQualifier qualifier, TBuiltInVariable builtI…
7364 static void BuiltInVariable(const char* name, TBuiltInVariable builtIn, TSymbolTable& symbolTable)
7381 static void BuiltInVariable(const char* blockName, const char* name, TBuiltInVariable builtIn, TSym…
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp157 spv::BuiltIn TranslateBuiltInDecoration(glslang::TBuiltInVariable, bool memberDeclaration);
235 …std::pair<spv::Id, spv::Id> getForcedType(glslang::TBuiltInVariable builtIn, const glslang::TType&…
675 spv::BuiltIn TGlslangToSpvTraverser::TranslateBuiltInDecoration(glslang::TBuiltInVariable builtIn, in TranslateBuiltInDecoration()
2130 std::pair<spv::Id, spv::Id> TGlslangToSpvTraverser::getForcedType(glslang::TBuiltInVariable glslang… in getForcedType()
4536 …const glslang::TBuiltInVariable glslangBuiltIn = members[glslangMember].type->getQualifier().built… in declareUseOfStructMember()