Searched refs:OwnerType (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceStringPool.h | 83 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);
|
D | IceCfg.h | 341 using OwnerType = Cfg; member 342 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings() 349 using OwnerType = Cfg; member 350 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 5746 template <typename OwnerType, typename Dispatch> 5752 ObjectDestroy( OwnerType owner, in ObjectDestroy() 5761 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner() 5779 OwnerType m_owner = {}; 5816 template <typename OwnerType, typename Dispatch> 5822 ObjectFree( OwnerType owner, in ObjectFree() 5830 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner() 5849 OwnerType m_owner = {}; 5854 template <typename OwnerType, typename Dispatch> 5860 ObjectRelease( OwnerType owner, in ObjectRelease() [all …]
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 5632 template <typename OwnerType, typename Dispatch> 5638 ObjectDestroy( OwnerType owner, in ObjectDestroy() 5647 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner() 5665 OwnerType m_owner = {}; 5702 template <typename OwnerType, typename Dispatch> 5708 ObjectFree( OwnerType owner, in ObjectFree() 5716 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner() 5735 OwnerType m_owner = {}; 5740 template <typename OwnerType, typename Dispatch> 5746 ObjectRelease( OwnerType owner, in ObjectRelease() [all …]
|