Home
last modified time | relevance | path

Searched refs:OwnerType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString()
88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString()
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID()
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID()
145 using OwnerType = GlobalContext; member
146 static LockedPtr<StringPool> getStrings(const OwnerType *Owner);
DIceCfg.h355 using OwnerType = Cfg; member
356 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
363 using OwnerType = Cfg; member
364 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp2378 template <typename OwnerType, typename Dispatch>
2382 …ObjectDestroy( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallba… in ObjectDestroy()
2388 OwnerType getOwner() const { return m_owner; } in getOwner()
2399 OwnerType m_owner;
2429 template <typename OwnerType, typename Dispatch>
2433 …ObjectFree( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallbacks… in ObjectFree()
2439 OwnerType getOwner() const { return m_owner; } in getOwner()
2450 OwnerType m_owner;
2455 template <typename OwnerType, typename PoolType, typename Dispatch>
2459 …PoolFree( OwnerType owner = OwnerType(), PoolType pool = PoolType(), Dispatch const &dispatch = Di… in PoolFree()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp2513 template <typename OwnerType, typename Dispatch>
2517 …ObjectDestroy( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallba… in ObjectDestroy()
2523 OwnerType getOwner() const { return m_owner; } in getOwner()
2534 OwnerType m_owner;
2564 template <typename OwnerType, typename Dispatch>
2568 …ObjectFree( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallbacks… in ObjectFree()
2574 OwnerType getOwner() const { return m_owner; } in getOwner()
2585 OwnerType m_owner;
2590 template <typename OwnerType, typename PoolType, typename Dispatch>
2594 …PoolFree( OwnerType owner = OwnerType(), PoolType pool = PoolType(), Dispatch const &dispatch = Di… in PoolFree()
[all …]