Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp21704 struct DispatchIndirectCommand struct
21710 DispatchIndirectCommand( uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {} ) VULKAN_HPP_NOEXCEPT
21716 VULKAN_HPP_CONSTEXPR DispatchIndirectCommand( DispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT = default;
21718 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT
21719 : DispatchIndirectCommand( *reinterpret_cast<DispatchIndirectCommand const *>( &rhs ) )
21723 DispatchIndirectCommand & operator=( DispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT = default;
21725 DispatchIndirectCommand
[all...]
H A Dvulkan_handles.hpp26 struct DispatchIndirectCommand;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp54 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ),
56 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand>::value, "struct wrapper is not a standard layout!" );
57 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand>::value,
58 "DispatchIndirectCommand is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp31179 struct DispatchIndirectCommand global() struct
[all...]
H A Dvulkan_hash.hpp4096 struct hash<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand>
4098 std::size_t operator()( VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const & dispatchIndirectCommand ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp27 struct DispatchIndirectCommand;

Completed in 171 milliseconds