Home
last modified time | relevance | path

Searched refs:OwnerType (Results 1 – 5 of 5) 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.h342 using OwnerType = Cfg; member
343 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
350 using OwnerType = Cfg; member
351 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp5535 template <typename OwnerType, typename Dispatch>
5541 ObjectDestroy( OwnerType owner, in ObjectDestroy()
5550 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner()
5568 OwnerType m_owner = {};
5605 template <typename OwnerType, typename Dispatch>
5611 ObjectFree( OwnerType owner, in ObjectFree()
5619 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner()
5638 OwnerType m_owner = {};
5643 template <typename OwnerType, typename Dispatch>
5649 …ObjectRelease( OwnerType owner, Dispatch const & dispatch = VULKAN_HPP_DEFAULT_DISPATCHER ) VULKAN… in ObjectRelease()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp3596 template <typename OwnerType, typename Dispatch>
3602 ObjectDestroy( OwnerType owner, in ObjectDestroy()
3611 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT { return m_owner; } in getOwner()
3623 OwnerType m_owner = {};
3657 template <typename OwnerType, typename Dispatch>
3663 ObjectFree( OwnerType owner, in ObjectFree()
3671 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner()
3690 OwnerType m_owner = {};
3695 template <typename OwnerType, typename Dispatch>
3701 …ObjectRelease( OwnerType owner, Dispatch const & dispatch = VULKAN_HPP_DEFAULT_DISPATCHER ) VULKAN… in ObjectRelease()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp3596 template <typename OwnerType, typename Dispatch>
3602 ObjectDestroy( OwnerType owner, in ObjectDestroy()
3611 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT { return m_owner; } in getOwner()
3623 OwnerType m_owner = {};
3657 template <typename OwnerType, typename Dispatch>
3663 ObjectFree( OwnerType owner, in ObjectFree()
3671 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT in getOwner()
3690 OwnerType m_owner = {};
3695 template <typename OwnerType, typename Dispatch>
3701 …ObjectRelease( OwnerType owner, Dispatch const & dispatch = VULKAN_HPP_DEFAULT_DISPATCHER ) VULKAN… in ObjectRelease()
[all …]