Home
last modified time | relevance | path

Searched refs:DedicatedAllocationBufferCreateInfoNV (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp15965 struct DedicatedAllocationBufferCreateInfoNV struct
15974 VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ = {} )
15978 VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( DedicatedAllocationBufferCreateInfoNV const & rhs )
15981 DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT
15982 : DedicatedAllocationBufferCreateInfoNV(
15983 *reinterpret_cast<DedicatedAllocationBufferCreateInfoNV const *>( &rhs ) )
15987 DedicatedAllocationBufferCreateInfoNV &
15988 operator=( DedicatedAllocationBufferCreateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
15990 DedicatedAllocationBufferCreateInfoNV
[all...]
H A Dvulkan.hpp7637 struct StructExtends<DedicatedAllocationBufferCreateInfoNV, BufferCreateInfo>
H A Dvulkan_handles.hpp455 struct DedicatedAllocationBufferCreateInfoNV;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp2145 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV ) == sizeof( VkDedicatedAllocationBufferCreateInfoNV ),
2147 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV>::value,
2149 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV>::value,
2150 "DedicatedAllocationBufferCreateInfoNV is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp22319 struct DedicatedAllocationBufferCreateInfoNV struct
22327 VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ = {},
22334 VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( DedicatedAllocationBufferCreateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
22336 DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT
22337 : DedicatedAllocationBufferCreateInfoNV( *reinterpret_cast<DedicatedAllocationBufferCreateInfoNV const *>( &rhs ) )
22341 DedicatedAllocationBufferCreateInfoNV & operator=( DedicatedAllocationBufferCreateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
22344 DedicatedAllocationBufferCreateInfoNV
[all...]
H A Dvulkan_hash.hpp3070 struct hash<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV>
3073 operator()( VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV const & dedicatedAllocationBufferCreateInfoNV ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp10236 struct StructExtends<DedicatedAllocationBufferCreateInfoNV, BufferCreateInfo>
H A Dvulkan_handles.hpp567 struct DedicatedAllocationBufferCreateInfoNV;

Completed in 211 milliseconds