Home
last modified time | relevance | path

Searched refs:TMap (Results 1 – 19 of 19) sorted by relevance

/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h65 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;
DCommon.h180 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<K const, D> > > {
254 class TPragmaTable : public TMap<TString, TString> {
DTypes.h1743TMap<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/
DCommon.h76 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
82TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_c… in TMap() function
DSymbolTable.h200 typedef TMap<TString, TSymbol*> tLevel;
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h392 TMap<long long, TFlattenData> flattenMap;
402 TMap<const TTypeList*, tIoKinds> ioTypeMap;
405TMap<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.
443TMap<TBuiltInVariable, TSymbol*> builtInTessLinkageSymbols; // used for tessellation, finding decl…
505 TMap<long long, tShadowTextureSymbols*> textureShadowVariant;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCommon.h99 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
DResourcesHLSL.cpp295 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames, in outputHLSLSamplerUniformGroup()
491 TMap<const TVariable *, TString> samplerInStructSymbolsToAPINames; in uniformsHeader()
565 TMap<const TVariable *, TString> symbolsToAPINames; in uniformsHeader()
DResourcesHLSL.h116 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames,
DSymbol.cpp132 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
DSymbolTable.h362 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
DSymbol.h175 TMap<const TVariable *, TString> *outputSymbolsToAPINames,
DTypes.h352 TMap<const TVariable *, TString> *outputSymbolsToAPINames,
DTypes.cpp756 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h167TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its cur…
168TMap<TString, unsigned int> extensionMinSpv; // for each extension string, store minimu…
DParseHelper.h242 TMap<int, TVariable*> atomicCounterBuffers;
244 TMap<int, int> atomicCounterBlockFirstNewMember;
Dlocalintermediate.h239 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/
DTextLayer.cpp31 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/
DPpContext.h335 typedef TMap<int, MacroSymbol> TSymbolMap;