/third_party/glslang/glslang/Include/ |
D | SpirvIntrinsics.h | 65 TMap<int, TVector<const TIntermConstantUnion*>> modes; 67 TMap<int, TVector<const TIntermTyped*> > modeIds; 75 TMap<int, TVector<const TIntermConstantUnion*> > decorates; 77 TMap<int, TVector<const TIntermTyped*>> decorateIds; 79 TMap<int, TVector<const TIntermConstantUnion*> > decorateStrings;
|
D | Common.h | 180 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<K const, D> > > { 254 class TPragmaTable : public TMap<TString, TString> {
|
D | Types.h | 1743 … TMap<TTypeList*,TTypeList*> copied; // to enable copying a type graph as a graph, not a tree in deepCopy() 2793 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Common.h | 76 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > { 80 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() function 82 …TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_c… in TMap() function
|
D | SymbolTable.h | 200 typedef TMap<TString, TSymbol*> tLevel;
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.h | 392 TMap<long long, TFlattenData> flattenMap; 402 TMap<const TTypeList*, tIoKinds> ioTypeMap; 405 …TMap<long long, TVariable*> splitNonIoVars; // variables with the built-in interstage IO removed,… 414 TMap<TString, bool> structBufferCounter; // true if counter buffer is in use 432 TMap<tInterstageIoData, TVariable*> splitBuiltIns; // split built-ins, indexed by built-in type. 443 …TMap<TBuiltInVariable, TSymbol*> builtInTessLinkageSymbols; // used for tessellation, finding decl… 505 TMap<long long, tShadowTextureSymbols*> textureShadowVariant;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Common.h | 99 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D>>> 105 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() function 107 TMap(const tAllocator &a) in TMap() function
|
D | ResourcesHLSL.cpp | 295 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames, in outputHLSLSamplerUniformGroup() 491 TMap<const TVariable *, TString> samplerInStructSymbolsToAPINames; in uniformsHeader() 565 TMap<const TVariable *, TString> symbolsToAPINames; in uniformsHeader()
|
D | ResourcesHLSL.h | 116 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames,
|
D | Symbol.cpp | 132 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
|
D | SymbolTable.h | 362 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
|
D | Symbol.h | 175 TMap<const TVariable *, TString> *outputSymbolsToAPINames,
|
D | Types.h | 352 TMap<const TVariable *, TString> *outputSymbolsToAPINames,
|
D | Types.cpp | 756 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 167 …TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its cur… 168 …TMap<TString, unsigned int> extensionMinSpv; // for each extension string, store minimu…
|
D | ParseHelper.h | 242 TMap<int, TVariable*> atomicCounterBuffers; 244 TMap<int, int> atomicCounterBlockFirstNewMember;
|
D | localintermediate.h | 239 TMap<TString, long long>& operator[](long long i) { return maps[i]; } 240 const TMap<TString, long long>& operator[](long long i) const { return maps[i]; } 242 TMap<TString, long long> maps[EsiCount];
|
/third_party/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 31 template <typename T, typename TMap> 32 const char* parse_map(const TMap& map, const char* str, T* result) { in parse_map()
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 335 typedef TMap<int, MacroSymbol> TSymbolMap;
|