Searched refs:TBuiltInVariable (Results 1 – 12 of 12) sorted by relevance
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.h | 107 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…
|
D | hlslTokenStream.h | 55 …glslang::TBuiltInVariable mapSemantic(const char* upperCase) { return scanner.mapSemantic(upperCas… in mapSemantic()
|
D | hlslScanContext.h | 84 glslang::TBuiltInVariable mapSemantic(const char*);
|
D | hlslGrammar.h | 82 bool acceptTessellationDeclType(TBuiltInVariable&);
|
D | hlslScanContext.cpp | 84 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()
|
D | hlslGrammar.cpp | 995 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType) in acceptTessellationDeclType() 1016 TBuiltInVariable patchType; in acceptTessellationPatchTemplateType() 2296 TBuiltInVariable builtinType = EbvNone; in acceptStructBufferType()
|
D | hlslParseHelper.cpp | 1459 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() 6120 void HlslParseContext::handleSemantic(TSourceLoc loc, TQualifier& qualifier, TBuiltInVariable built… in handleSemantic() 9688 TIntermSymbol* HlslParseContext::findTessLinkageSymbol(TBuiltInVariable biType) const in findTessLinkageSymbol() 9778 const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn(); in addPatchConstantInvocation() 9840 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() 9907 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation()
|
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 145 enum TBuiltInVariable { enum 351 __inline const char* GetBuiltInVariableString(TBuiltInVariable v) in GetBuiltInVariableString()
|
D | Types.h | 559 TBuiltInVariable builtIn : 9; 560 TBuiltInVariable declaredBuiltIn : 9;
|
/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 236 TBuiltInVariable getDeclaredBuiltIn() const { return type->getQualifier().declaredBuiltIn; } in getDeclaredBuiltIn() 299 virtual TBuiltInVariable getDeclaredBuiltInType() const { return declaredBuiltIn; } in getDeclaredBuiltInType() 333 TBuiltInVariable declaredBuiltIn;
|
D | Initialize.cpp | 7266 static void SpecialQualifier(const char* name, TStorageQualifier qualifier, TBuiltInVariable builtI… 7287 static void BuiltInVariable(const char* name, TBuiltInVariable builtIn, TSymbolTable& symbolTable) 7304 static void BuiltInVariable(const char* blockName, const char* name, TBuiltInVariable builtIn, TSym…
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 156 spv::BuiltIn TranslateBuiltInDecoration(glslang::TBuiltInVariable, bool memberDeclaration); 233 …std::pair<spv::Id, spv::Id> getForcedType(glslang::TBuiltInVariable builtIn, const glslang::TType&… 653 spv::BuiltIn TGlslangToSpvTraverser::TranslateBuiltInDecoration(glslang::TBuiltInVariable builtIn, in TranslateBuiltInDecoration() 2056 std::pair<spv::Id, spv::Id> TGlslangToSpvTraverser::getForcedType(glslang::TBuiltInVariable glslang… in getForcedType() 4387 …const glslang::TBuiltInVariable glslangBuiltIn = members[glslangMember].type->getQualifier().built… in declareUseOfStructMember()
|