Home
last modified time | relevance | path

Searched refs:DescriptorPoolCreateInfo (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp265 class DescriptorPoolCreateInfo : public vk::VkDescriptorPoolCreateInfo class
268 DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
272 DescriptorPoolCreateInfo& addDescriptors (vk::VkDescriptorType type, deUint32 count);
DvktDrawCreateInfoUtil.cpp600 DescriptorPoolCreateInfo::DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& po… in DescriptorPoolCreateInfo() function in vkt::Draw::DescriptorPoolCreateInfo
613 DescriptorPoolCreateInfo& DescriptorPoolCreateInfo::addDescriptors (vk::VkDescriptorType type, deUi… in addDescriptors()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp10557 struct DescriptorPoolCreateInfo;
13653 …Result createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo, const AllocationCallback…
13656 …ResultValueType<DescriptorPool>::type createDescriptorPool( const DescriptorPoolCreateInfo & creat…
13659 …scriptorPool,Dispatch>>::type createDescriptorPoolUnique( const DescriptorPoolCreateInfo & createI…
23386 struct DescriptorPoolCreateInfo struct
23388 DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = DescriptorPoolCreateFlags(), in DescriptorPoolCreateInfo() function
23398 DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) in DescriptorPoolCreateInfo() function
23400 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in DescriptorPoolCreateInfo()
23403 DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo const & rhs ) in operator =() argument
23405 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in operator =()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp28733 struct DescriptorPoolCreateInfo struct
28735 DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = DescriptorPoolCreateFlags(), in DescriptorPoolCreateInfo() argument
28746 DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) in DescriptorPoolCreateInfo() function
28748 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in DescriptorPoolCreateInfo()
28751 DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo const & rhs ) in operator =() argument
28753 memcpy( this, &rhs, sizeof( DescriptorPoolCreateInfo ) ); in operator =()
28756 DescriptorPoolCreateInfo& setPNext( const void* pNext_ ) in setPNext() argument
28762 DescriptorPoolCreateInfo& setFlags( DescriptorPoolCreateFlags flags_ ) in setFlags() argument
28768 DescriptorPoolCreateInfo& setMaxSets( uint32_t maxSets_ ) in setMaxSets() argument
28774 DescriptorPoolCreateInfo& setPoolSizeCount( uint32_t poolSizeCount_ ) in setPoolSizeCount() argument
[all …]