Home
last modified time | relevance | path

Searched defs:DispatchIndirectCommand (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp19048 struct DispatchIndirectCommand struct
19052DispatchIndirectCommand( uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {} ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
19060 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
19070 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const *>( &rhs ); in operator =()
19074 DispatchIndirectCommand & setX( uint32_t x_ ) VULKAN_HPP_NOEXCEPT in setX()
19080 DispatchIndirectCommand & setY( uint32_t y_ ) VULKAN_HPP_NOEXCEPT in setY()
19086 DispatchIndirectCommand & setZ( uint32_t z_ ) VULKAN_HPP_NOEXCEPT in setZ()
19092 operator VkDispatchIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand const&()
19097 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand&()
19105 bool operator==( DispatchIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp55902 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&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp56099 struct DispatchIndirectCommand struct
56104 …VULKAN_HPP_CONSTEXPR DispatchIndirectCommand(uint32_t x_ = {}, uint32_t y_ = {}, uint32_t z_ = {})… in DispatchIndirectCommand() function
56110 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in DispatchIndirectCommand() function
56118 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DispatchIndirectCommand const *>( &rhs ); in operator =()
56122 DispatchIndirectCommand & operator=( DispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
56128 DispatchIndirectCommand & setX( uint32_t x_ ) VULKAN_HPP_NOEXCEPT in setX()
56134 DispatchIndirectCommand & setY( uint32_t y_ ) VULKAN_HPP_NOEXCEPT in setY()
56140 DispatchIndirectCommand & setZ( uint32_t z_ ) VULKAN_HPP_NOEXCEPT in setZ()
56147 operator VkDispatchIndirectCommand const&() const VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand const&()
56152 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDispatchIndirectCommand&()
[all …]