Home
last modified time | relevance | path

Searched refs:BindIndexBufferIndirectCommandNV (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp6507 struct BindIndexBufferIndirectCommandNV struct
6512 VULKAN_HPP_CONSTEXPR BindIndexBufferIndirectCommandNV(
6522 BindIndexBufferIndirectCommandNV( BindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6524 BindIndexBufferIndirectCommandNV( VkBindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT
6525 : BindIndexBufferIndirectCommandNV( *reinterpret_cast<BindIndexBufferIndirectCommandNV const *>( &rhs ) )
6529 BindIndexBufferIndirectCommandNV &
6530 operator=( BindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6532 BindIndexBufferIndirectCommandNV
[all...]
H A Dvulkan_handles.hpp1041 struct BindIndexBufferIndirectCommandNV;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp4781 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV ) == sizeof( VkBindIndexBufferIndirectCommandNV ),
4783 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV>::value, "struct wrapper is not a standard layout!" );
4784 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV>::value,
4785 "BindIndexBufferIndirectCommandNV is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp8500 struct BindIndexBufferIndirectCommandNV struct
8506 BindIndexBufferIndirectCommandNV( VULKAN_HPP_NAMESPACE::DeviceAddress bufferAddress_ = {},
8515 VULKAN_HPP_CONSTEXPR BindIndexBufferIndirectCommandNV( BindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
8517 BindIndexBufferIndirectCommandNV( VkBindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT
8518 : BindIndexBufferIndirectCommandNV( *reinterpret_cast<BindIndexBufferIndirectCommandNV const *>( &rhs ) )
8522 BindIndexBufferIndirectCommandNV & operator=( BindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT = default;
8525 BindIndexBufferIndirectCommandNV
[all...]
H A Dvulkan_hash.hpp1438 struct hash<VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV>
1440 std::size_t operator()( VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV const & bindIndexBufferIndirectCommandNV ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp1193 struct BindIndexBufferIndirectCommandNV;

Completed in 151 milliseconds