Lines Matching defs:DispatchIndirectCommand
31336 struct DispatchIndirectCommand struct
31341 …VULKAN_HPP_CONSTEXPR DispatchIndirectCommand( uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {}… in DispatchIndirectCommand() function
31350 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
31360 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const *>( &rhs ); in operator =()
31365 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setX( uint32_t x_ ) VULKAN_HPP_NOEXCEPT in setX()
31371 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setY( uint32_t y_ ) VULKAN_HPP_NOEXCEPT in setY()
31377 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setZ( uint32_t z_ ) VULKAN_HPP_NOEXCEPT in setZ()
31384 operator VkDispatchIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand const&()
31389 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand&()
31400 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
31409 bool operator==( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
31418 bool operator!=( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
31425 uint32_t x = {};
31426 uint32_t y = {};
31427 uint32_t z = {};