Home
last modified time | relevance | path

Searched defs:DeviceGroupCommandBufferBeginInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp19869 struct DeviceGroupCommandBufferBeginInfo struct
19871 using NativeType = VkDeviceGroupCommandBufferBeginInfo;
19878 …VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( uint32_t deviceMask_ = {} ) VULKAN_HPP_NOE… in DeviceGroupCommandBufferBeginInfo() function
19885DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo() function
19895 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo const *>( &rhs ); in operator =()
19900 DeviceGroupCommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
19906 DeviceGroupCommandBufferBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
19913 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()
19918 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()
19942 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp28386 struct DeviceGroupCommandBufferBeginInfo struct
28388 using NativeType = VkDeviceGroupCommandBufferBeginInfo;
28394 …VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( uint32_t deviceMask_ = {}, const void * pN… in DeviceGroupCommandBufferBeginInfo() function
28402DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo() function
28412 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo const *>( &rhs ); in operator =()
28417 …ONSTEXPR_14 DeviceGroupCommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28423 …PR_14 DeviceGroupCommandBufferBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
28430 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()
28435 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()
28446 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]