Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp23149 struct DrawIndexedIndirectCommand struct
23154 VULKAN_HPP_CONSTEXPR DrawIndexedIndirectCommand( uint32_t indexCount_ = {},
23167 DrawIndexedIndirectCommand( DrawIndexedIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT = default;
23169 DrawIndexedIndirectCommand( VkDrawIndexedIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT
23170 : DrawIndexedIndirectCommand( *reinterpret_cast<DrawIndexedIndirectCommand const *>( &rhs ) )
23174 DrawIndexedIndirectCommand & operator=( DrawIndexedIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT = default;
23176 DrawIndexedIndirectCommand
[all...]
H A Dvulkan_handles.hpp27 struct DrawIndexedIndirectCommand;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp60 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand ) == sizeof( VkDrawIndexedIndirectCommand ),
62 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand>::value, "struct wrapper is not a standard layout!" );
63 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand>::value,
64 "DrawIndexedIndirectCommand is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp32834 struct DrawIndexedIndirectCommand global() struct
[all...]
H A Dvulkan_hash.hpp4339 struct hash<VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand>
4341 std::size_t operator()( VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand const & drawIndexedIndirectCommand ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp28 struct DrawIndexedIndirectCommand;

Completed in 158 milliseconds