Lines Matching defs:DispatchIndirectCommand
31179 struct DispatchIndirectCommand struct
31184 …VULKAN_HPP_CONSTEXPR DispatchIndirectCommand( uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {}… in DispatchIndirectCommand() function
31193 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
31203 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const *>( &rhs ); in operator =()
31208 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setX( uint32_t x_ ) VULKAN_HPP_NOEXCEPT in setX()
31214 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setY( uint32_t y_ ) VULKAN_HPP_NOEXCEPT in setY()
31220 VULKAN_HPP_CONSTEXPR_14 DispatchIndirectCommand & setZ( uint32_t z_ ) VULKAN_HPP_NOEXCEPT in setZ()
31227 operator VkDispatchIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand const&()
31232 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand&()
31243 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
31252 bool operator==( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
31261 bool operator!=( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
31268 uint32_t x = {};
31269 uint32_t y = {};
31270 uint32_t z = {};