HomeSort by relevance Sort by last modified time
    Searched refs:TBuiltInVariable (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.h 84 glslang::TBuiltInVariable mapSemantic(const char*);
hlslTokenStream.h 55 glslang::TBuiltInVariable mapSemantic(const char* upperCase) { return scanner.mapSemantic(upperCase); }
hlslParseHelper.h 107 void handleSemantic(TSourceLoc, TQualifier&, TBuiltInVariable, const TString& upperCase);
318 static bool isClipOrCullDistance(TBuiltInVariable);
329 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
408 tInterstageIoData(TBuiltInVariable bi, TStorageQualifier q) :
411 TBuiltInVariable builtIn;
431 TMap<TBuiltInVariable, TSymbol*> builtInTessLinkageSymbols; // used for tessellation, finding declared built-ins
hlslGrammar.h 83 bool acceptTessellationDeclType(TBuiltInVariable&);
hlslScanContext.cpp 84 std::unordered_map<const char*, glslang::TBuiltInVariable, str_hash, str_eq>* SemanticMap = nullptr;
404 SemanticMap = new std::unordered_map<const char*, glslang::TBuiltInVariable, str_hash, str_eq>;
463 glslang::TBuiltInVariable HlslScanContext::mapSemantic(const char* upperCase)
    [all...]
hlslGrammar.cpp 965 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType)
986 TBuiltInVariable patchType;
    [all...]
hlslParseHelper.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
BaseTypes.h 77 // to the built-in variables. See the comment above TBuiltInVariable.
86 EvqVaryingIn, // pipeline input, read only, also supercategory for all built-ins not included in this enum (see TBuiltInVariable)
87 EvqVaryingOut, // pipeline output, read/write, also supercategory for all built-ins not included in this enum (see TBuiltInVariable)
132 // only has a single enum in TBuiltInVariable, so both the
136 enum TBuiltInVariable {
270 __inline const char* GetBuiltInVariableString(TBuiltInVariable v)
Types.h 475 TBuiltInVariable builtIn : 8;
476 TBuiltInVariable declaredBuiltIn : 8;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h 210 TBuiltInVariable getDeclaredBuiltIn() const { return type->getQualifier().declaredBuiltIn; }
273 virtual TBuiltInVariable getDeclaredBuiltInType() const { return declaredBuiltIn; }
305 TBuiltInVariable declaredBuiltIn;
Initialize.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 123 spv::BuiltIn TranslateBuiltInDecoration(glslang::TBuiltInVariable, bool memberDeclaration);
419 spv::BuiltIn TGlslangToSpvTraverser::TranslateBuiltInDecoration(glslang::TBuiltInVariable builtIn, bool memberDeclaration)
    [all...]

Completed in 110 milliseconds