Lines Matching defs:DispatchIndirectCommand
31004 struct DispatchIndirectCommand struct
31009 …VULKAN_HPP_CONSTEXPR DispatchIndirectCommand( uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {}… in DispatchIndirectCommand() function
31018 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
31028 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const *>( &rhs ); in operator =()
31033 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setX( uint32_t x_ ) VULKAN_HPP_NOEXCEPT in setX()
31039 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setY( uint32_t y_ ) VULKAN_HPP_NOEXCEPT in setY()
31045 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setZ( uint32_t z_ ) VULKAN_HPP_NOEXCEPT in setZ()
31052 operator VkDispatchIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand const&()
31057 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand&()
31068 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
31077 bool operator==( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
31086 bool operator!=( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
31093 uint32_t x = {};
31094 uint32_t y = {};
31095 uint32_t z = {};