Searched refs:IMap (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.h | 131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, 137 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, 143 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
|
D | InspectableNativeWindow.cpp | 72 ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> propMap; in IsEGLConfiguredPropertySet() 131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalPropertyValue() 173 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSizePropertyValue() 239 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSinglePropertyValue()
|
D | CoreWindowNativeWindow_unittest.cpp | 281 HRESULT CreatePropertyMap(IMap<HSTRING, IInspectable *> **propertyMap) 314 HRESULT SetInspectablePropertyValue(const ComPtr<IMap<HSTRING, IInspectable *>> &propertyMap, 368 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 388 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 411 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 461 ComPtr<IMap<HSTRING, IInspectable *>> propertySet;
|
D | SwapChainPanelNativeWindow_unittest.cpp | 397 HRESULT CreatePropertyMap(IMap<HSTRING, IInspectable *> **propertyMap) in CreatePropertyMap() 430 HRESULT SetInspectablePropertyValue(const ComPtr<IMap<HSTRING, IInspectable *>> &propertyMap, in SetInspectablePropertyValue() 464 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() 486 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() 534 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST_P() 584 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST_P()
|
D | CoreWindowNativeWindow.h | 49 ComPtr<IMap<HSTRING, IInspectable *>> mPropertyMap;
|
D | SwapChainPanelNativeWindow.h | 42 ComPtr<IMap<HSTRING, IInspectable *>> mPropertyMap;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 400 AssignmentMap &IMap); 408 bool replaceExtenders(const AssignmentMap &IMap); 549 : IMap(M), HRI(I) {} in PrintIMap() 550 const HCE::AssignmentMap &IMap; member 557 for (const std::pair<HCE::ExtenderInit,HCE::IndexList> &Q : P.IMap) { in operator <<() 1253 AssignmentMap &IMap) { in assignInits() argument 1395 IMap[{BestV,Extenders[I].Expr}].insert(I); in assignInits() 1400 LLVM_DEBUG(dbgs() << "IMap (before fixup) = " << PrintIMap(IMap, *HRI)); in assignInits() 1409 for (std::pair<const ExtenderInit,IndexList> &P : IMap) { in assignInits() 1416 AssignmentMap::iterator F = IMap.find({EV, ExtExpr()}); in assignInits() [all …]
|
/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 588 MapTableEmitter IMap(Target, Records, CurMap); in EmitMapTable() local 593 IMap.buildRowInstrMap(); in EmitMapTable() 597 IMap.buildMapTable(); in EmitMapTable() 600 IMap.emitTablesWithFunc(OS); in EmitMapTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 594 MapTableEmitter IMap(Target, Records, CurMap); in EmitMapTable() local 599 IMap.buildRowInstrMap(); in EmitMapTable() 603 IMap.buildMapTable(); in EmitMapTable() 606 IMap.emitTablesWithFunc(OS); in EmitMapTable()
|