Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp15302 struct DescriptorSetAllocateInfo struct
15304 static const bool allowDuplicate = false;
15305 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
15308 VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo( in DescriptorSetAllocateInfo() function
15320 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
15325 DescriptorSetAllocateInfo( in DescriptorSetAllocateInfo() function
15341 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
15345 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15352 setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
15358 …scriptorSetAllocateInfo & setDescriptorSetCount( uint32_t descriptorSetCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorSetCount()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp29540 struct DescriptorSetAllocateInfo struct
29542 static const bool allowDuplicate = false;
29546 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo(VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool… in DescriptorSetAllocateInfo() function
29552 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
29558DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_, VULKAN_HPP_NAMESP… in DescriptorSetAllocateInfo() function
29566 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
29570 … DescriptorSetAllocateInfo & operator=( DescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
29576 DescriptorSetAllocateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
29582 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
29588 …scriptorSetAllocateInfo & setDescriptorSetCount( uint32_t descriptorSetCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorSetCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp29698 struct DescriptorSetAllocateInfo struct
29700 static const bool allowDuplicate = false;
29704 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo(VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool… in DescriptorSetAllocateInfo() function
29710 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
29716DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_, VULKAN_HPP_NAMESP… in DescriptorSetAllocateInfo() function
29724 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
29728 … DescriptorSetAllocateInfo & operator=( DescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
29734 DescriptorSetAllocateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
29740 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
29746 …scriptorSetAllocateInfo & setDescriptorSetCount( uint32_t descriptorSetCount_ ) VULKAN_HPP_NOEXCEPT in setDescriptorSetCount()
[all …]