Searched refs:BindImageMemoryInfo (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 133 struct BindImageMemoryInfo; 134 using BindImageMemoryInfoKHR = BindImageMemoryInfo; 8964 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 8969 bindImageMemory2( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, 10613 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 10618 bindImageMemory2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos,
|
H A D | vulkan_structs.hpp | 6219 struct BindImageMemoryInfo struct 6227 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, 6235 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( BindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default; 6237 BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT 6238 : BindImageMemoryInfo( *reinterpret_cast<BindImageMemoryInfo const *>( &rhs ) ) 6242 BindImageMemoryInfo & operator=( BindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default; 6244 BindImageMemoryInfo [all...] |
H A D | vulkan.hpp | 6733 struct StructExtends<BindImageMemoryDeviceGroupInfo, BindImageMemoryInfo> 6885 struct StructExtends<BindImagePlaneMemoryInfo, BindImageMemoryInfo> 7489 struct StructExtends<BindImageMemorySwapchainInfoKHR, BindImageMemoryInfo>
|
H A D | vulkan_raii.hpp | 2920 void bindImageMemory2( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const; 3165 void bindImageMemory2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const; 10372 Device::bindImageMemory2( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const in bindImageMemory2() 13961 Device::bindImageMemory2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const in bindImageMemory2KHR()
|
H A D | vulkan_funcs.hpp | 5499 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 5510 Device::bindImageMemory2( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, in bindImageMemory2() 14294 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 14305 Device::bindImageMemory2KHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, in bindImageMemory2KHR() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 134 struct BindImageMemoryInfo; 135 using BindImageMemoryInfoKHR = BindImageMemoryInfo; 10199 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 10204 bindImageMemory2( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, 11961 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 11966 bindImageMemory2KHR( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos,
|
H A D | vulkan_static_assertions.hpp | 699 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImageMemoryInfo ) == sizeof( VkBindImageMemoryInfo ), "struct and wrapper have different size!" ); 700 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo>::value, "struct wrapper is not a standard layout!" ); 701 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo>::value, 702 "BindImageMemoryInfo is not nothrow_move_constructible!" );
|
H A D | vulkan.hpp | 8796 struct StructExtends<BindImageMemoryDeviceGroupInfo, BindImageMemoryInfo> 8967 struct StructExtends<BindImagePlaneMemoryInfo, BindImageMemoryInfo> 10077 struct StructExtends<BindImageMemorySwapchainInfoKHR, BindImageMemoryInfo> 16258 struct StructExtends<BindMemoryStatusKHR, BindImageMemoryInfo>
|
H A D | vulkan_structs.hpp | 8175 struct BindImageMemoryInfo struct 8183 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( VULKAN_HPP_NAMESPACE::Image image_ = {}, 8194 VULKAN_HPP_CONSTEXPR BindImageMemoryInfo( BindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default; 8196 BindImageMemoryInfo( VkBindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT : BindImageMemoryInfo( *reinterpret_cast<BindImageMemoryInfo const *>( &rhs ) ) 8200 BindImageMemoryInfo & operator=( BindImageMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default; 8203 BindImageMemoryInfo [all...] |
H A D | vulkan_funcs.hpp | 5236 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 5246 Device::bindImageMemory2( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, Dispatch const & d ) const in bindImageMemory2() 15354 const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo * pBindInfos, 15364 Device::bindImageMemory2KHR( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos, Dispatch const & d ) const in bindImageMemory2KHR() [all...] |
H A D | vulkan_raii.hpp | 3771 void bindImageMemory2( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const; 4166 void bindImageMemory2KHR( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const; 13543 VULKAN_HPP_INLINE void Device::bindImageMemory2( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> const & bindInfos ) const in bindImageMemory2() [all...] |
H A D | vulkan_hash.hpp | 1396 struct hash<VULKAN_HPP_NAMESPACE::BindImageMemoryInfo> 1398 std::size_t operator()( VULKAN_HPP_NAMESPACE::BindImageMemoryInfo const & bindImageMemoryInfo ) const VULKAN_HPP_NOEXCEPT
|
Completed in 309 milliseconds