Lines Matching defs:DispatchIndirectCommand
55902 struct DispatchIndirectCommand struct
55907 …VULKAN_HPP_CONSTEXPR DispatchIndirectCommand(uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {})… in DispatchIndirectCommand() function
55913 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
55921 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const *>( &rhs ); in operator =()
55925 DispatchIndirectCommand & operator=( DispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
55931 DispatchIndirectCommand & setX( uint32_t x_ ) VULKAN_HPP_NOEXCEPT in setX()
55937 DispatchIndirectCommand & setY( uint32_t y_ ) VULKAN_HPP_NOEXCEPT in setY()
55943 DispatchIndirectCommand & setZ( uint32_t z_ ) VULKAN_HPP_NOEXCEPT in setZ()
55950 operator VkDispatchIndirectCommand const&() const VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand const&()
55955 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand&()
55964 bool operator==( DispatchIndirectCommand const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
55971 bool operator!=( DispatchIndirectCommand const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
55980 uint32_t x = {};
55981 uint32_t y = {};
55982 uint32_t z = {};