Home
last modified time | relevance | path

Searched refs:AllocationCallbacks (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp32 struct AllocationCallbacks;
7406 void destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
7410 void destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator
7441 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
7448 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator
7456 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator
7464 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
7469 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator
7476 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
7481 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocato
[all...]
H A Dvulkan_funcs.hpp22 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
37 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstance()
45 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ), in createInstance()
55 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstanceUnique()
63 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ), in createInstanceUnique()
73 VULKAN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
82 VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator,
88 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) );
391 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
406 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocato in createDevice()
[all...]
H A Dvulkan_raii.hpp2280 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) in Instance()
2282 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) ) in Instance()
2298 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) in Instance()
2301 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) ) in Instance()
2821 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) in Device()
2823 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) ) in Device()
2840 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) in Device()
2843 static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) ) in Device()
3031 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator
3158 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocato
[all...]
H A Dvulkan.hpp5744 struct AllocationCallbacks;
5753 Optional<const AllocationCallbacks> allocationCallbacks
5765 Optional<const AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT
5780 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr;
5792 ObjectDestroy( Optional<const AllocationCallbacks> allocationCallbacks,
5798 Optional<const AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT
5812 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr;
5823 Optional<const AllocationCallbacks> allocationCallbacks VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
5835 Optional<const AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT
5850 Optional<const AllocationCallbacks> m_allocationCallback
[all...]
H A Dvulkan_structs.hpp3550 struct AllocationCallbacks struct
3555 VULKAN_HPP_CONSTEXPR AllocationCallbacks( void * pUserData_ = {},
3569 VULKAN_HPP_CONSTEXPR AllocationCallbacks( AllocationCallbacks const & rhs ) VULKAN_HPP_NOEXCEPT = default;
3571 AllocationCallbacks( VkAllocationCallbacks const & rhs ) VULKAN_HPP_NOEXCEPT
3572 : AllocationCallbacks( *reinterpret_cast<AllocationCallbacks const *>( &rhs ) )
3576 AllocationCallbacks & operator=( AllocationCallbacks const & rhs ) VULKAN_HPP_NOEXCEPT = default;
3578 AllocationCallbacks
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp22 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
35 const VULKAN_HPP_NAMESPACE::InstanceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) in createInstance()
42 reinterpret_cast<const VkAllocationCallbacks *>( static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ), in createInstance()
52 const VULKAN_HPP_NAMESPACE::InstanceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) in createInstanceUnique()
59 reinterpret_cast<const VkAllocationCallbacks *>( static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ), in createInstanceUnique()
70 VULKAN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
78 VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
83 reinterpret_cast<const VkAllocationCallbacks *>( static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) );
388 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
402 const VULKAN_HPP_NAMESPACE::DeviceCreateInfo & createInfo, Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocato in createDevice()
[all...]
H A Dvulkan_handles.hpp33 struct AllocationCallbacks;
8844 void destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
8848 void destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
8873 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
8880 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
8886 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
8893 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
8898 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
8904 const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator,
8909 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocato
[all...]
H A Dvulkan_raii.hpp2765 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) const
2798 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) in Instance()
2806 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) in Instance()
2807 : m_instance( instance ), m_allocator( static_cast<const VULKAN_HPP_NAMESPACE::AllocationCallbacks *>( allocator ) ) in Instance()
2895 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) const
2903 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) const
2912 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) const
2921 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) const
2930 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) const
2939 VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocato
[all...]
H A Dvulkan_shared.hpp286 void ( DestructorType::* )( HandleType, const AllocationCallbacks *, const Dispatcher & ) const,
287 void ( HandleType::* )( const AllocationCallbacks *, const Dispatcher & ) const>::type;
292 ObjectDestroyShared( Optional<const AllocationCallbacks> allocationCallbacks VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT, in ObjectDestroyShared()
318 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr;
328 using DestroyFunctionPointerType = void ( DestructorType::* )( HandleType, const AllocationCallbacks *, const Dispatcher & ) const;
331 ObjectFreeShared( Optional<const AllocationCallbacks> allocationCallbacks VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT, in ObjectFreeShared()
349 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr;
H A Dvulkan.hpp5915 struct AllocationCallbacks;
5924 Optional<const AllocationCallbacks> allocationCallbacks VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
5937 Optional<const AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT
5957 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr;
5969 ObjectDestroy( Optional<const AllocationCallbacks> allocationCallbacks,
5976 Optional<const AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT
5995 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr;
6006 Optional<const AllocationCallbacks> allocationCallbacks VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
6019 Optional<const AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT
6039 Optional<const AllocationCallbacks> m_allocationCallback
[all...]
H A Dvulkan_static_assertions.hpp86 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AllocationCallbacks ) == sizeof( VkAllocationCallbacks ), "struct and wrapper have different size!" );
87 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::AllocationCallbacks>::value, "struct wrapper is not a standard layout!" );
88 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::AllocationCallbacks>::value,
89 "AllocationCallbacks is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp4512 struct AllocationCallbacks struct
4517 VULKAN_HPP_CONSTEXPR AllocationCallbacks( void * pUserData_ = {},
4532 VULKAN_HPP_CONSTEXPR AllocationCallbacks( AllocationCallbacks const & rhs ) VULKAN_HPP_NOEXCEPT = default;
4534 AllocationCallbacks( VkAllocationCallbacks const & rhs ) VULKAN_HPP_NOEXCEPT : AllocationCallbacks( *reinterpret_cast<AllocationCallbacks const *>( &rhs ) )
4538 AllocationCallbacks & operator=( AllocationCallbacks const & rhs ) VULKAN_HPP_NOEXCEPT = default;
4541 AllocationCallbacks
[all...]
H A Dvulkan_hash.hpp911 struct hash<VULKAN_HPP_NAMESPACE::AllocationCallbacks>
913 std::size_t operator()( VULKAN_HPP_NAMESPACE::AllocationCallbacks const & allocationCallbacks ) const VULKAN_HPP_NOEXCEPT
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp40 class AllocationCallbacks class
43 AllocationCallbacks (void);
44 virtual ~AllocationCallbacks (void);
116 class ChainedAllocator : public AllocationCallbacks
H A DvkAllocationCallbackUtil.cpp78 // AllocationCallbacks
82 return reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScope); in allocationCallback()
87 return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope); in reallocationCallback()
92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem); in freeCallback()
97 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope); in internalAllocationNotificationCallback()
102 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, allocationScope); in internalFreeNotificationCallback()
105 static VkAllocationCallbacks makeCallbacks (AllocationCallbacks* object) in makeCallbacks()
119 AllocationCallbacks::AllocationCallbacks (void) in AllocationCallbacks() function in vk::AllocationCallbacks
124 AllocationCallbacks
[all...]

Completed in 213 milliseconds