Home
last modified time | relevance | path

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

/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.h389 TMap<int, TFlattenData> flattenMap;
399 TMap<const TTypeList*, tIoKinds> ioTypeMap;
402TMap<int, TVariable*> splitNonIoVars; // variables with the built-in interstage IO removed, index…
411 TMap<TString, bool> structBufferCounter; // true if counter buffer is in use
429 TMap<tInterstageIoData, TVariable*> splitBuiltIns; // split built-ins, indexed by built-in type.
440TMap<TBuiltInVariable, TSymbol*> builtInTessLinkageSymbols; // used for tessellation, finding decl…
502 TMap<int, 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.h116 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames,
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()
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/Include/
DCommon.h190 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<K const, D> > > {
260 class TPragmaTable : public TMap<TString, TString> {
DTypes.h1596TMap<TTypeList*,TTypeList*> copied; // to enable copying a type graph as a graph, not a tree in deepCopy()
2421 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy()
/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h232TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its cur…
233TMap<TString, unsigned int> extensionMinSpv; // for each extension string, store minimu…
Dlocalintermediate.h230 TMap<TString, int>& operator[](int i) { return maps[i]; }
231 const TMap<TString, int>& operator[](int i) const { return maps[i]; }
233 TMap<TString, int> 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.h336 typedef TMap<int, MacroSymbol> TSymbolMap;