Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.h341 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/
Dvulkan.hpp5746 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/
Dvulkan.hpp5789 template <typename OwnerType, typename Dispatch>
5795 ObjectDestroy( OwnerType owner, in ObjectDestroy()
5804 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner()
5822 OwnerType m_owner = {};
5860 template <typename OwnerType, typename Dispatch>
5866 ObjectFree( OwnerType owner, in ObjectFree()
5875 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner()
5894 OwnerType m_owner = {};
5899 template <typename OwnerType, typename Dispatch>
5905 …ObjectRelease( OwnerType owner, Dispatch const & dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT… in ObjectRelease()
[all …]