Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp18163 struct DeviceGroupSubmitInfo struct
18165 static const bool allowDuplicate = false;
18166 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupSubmitInfo;
18170 DeviceGroupSubmitInfo( uint32_t waitSemaphoreCount_ = {}, in DeviceGroupSubmitInfo() argument
18186 DeviceGroupSubmitInfo( VkDeviceGroupSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupSubmitInfo() argument
18191 DeviceGroupSubmitInfo( in DeviceGroupSubmitInfo() function
18210 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo const *>( &rhs ); in operator =()
18214 DeviceGroupSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
18220 … DeviceGroupSubmitInfo & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()
18227 …setPWaitSemaphoreDeviceIndices( const uint32_t * pWaitSemaphoreDeviceIndices_ ) VULKAN_HPP_NOEXCEPT in setPWaitSemaphoreDeviceIndices()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp55201 struct DeviceGroupSubmitInfo struct
55203 static const bool allowDuplicate = false;
55204 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupSubmitInfo;
55207DeviceGroupSubmitInfo(uint32_t waitSemaphoreCount_ = {}, const uint32_t* pWaitSemaphoreDeviceIndic… in DeviceGroupSubmitInfo() argument
55213 DeviceGroupSubmitInfo( VkDeviceGroupSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupSubmitInfo() function
55219DeviceGroupSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & waitS… in DeviceGroupSubmitInfo() function
55227 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo const *>( &rhs ); in operator =()
55231 DeviceGroupSubmitInfo & operator=( DeviceGroupSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
55237 DeviceGroupSubmitInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
55243 … DeviceGroupSubmitInfo & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp55398 struct DeviceGroupSubmitInfo struct
55400 static const bool allowDuplicate = false;
55401 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupSubmitInfo;
55404DeviceGroupSubmitInfo(uint32_t waitSemaphoreCount_ = {}, const uint32_t* pWaitSemaphoreDeviceIndic… in DeviceGroupSubmitInfo() function
55410 DeviceGroupSubmitInfo( VkDeviceGroupSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupSubmitInfo() function
55416DeviceGroupSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & waitS… in DeviceGroupSubmitInfo() function
55424 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo const *>( &rhs ); in operator =()
55428 DeviceGroupSubmitInfo & operator=( DeviceGroupSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
55434 DeviceGroupSubmitInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
55440 … DeviceGroupSubmitInfo & setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreCount()
[all …]