Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/
Ddevice.rs957 create_info: &vk::DescriptorSetAllocateInfo, in allocate_descriptor_sets()
/external/rust/crates/ash/src/vk/
Dfeatures.rs1058 p_allocate_info: *const DescriptorSetAllocateInfo, constant
2692 _p_allocate_info: *const DescriptorSetAllocateInfo, in load()
4401 p_allocate_info: *const DescriptorSetAllocateInfo, in allocate_descriptor_sets()
Ddefinitions.rs4623 pub struct DescriptorSetAllocateInfo { struct
4630 impl ::std::default::Default for DescriptorSetAllocateInfo { argument
4641 impl DescriptorSetAllocateInfo { implementation
4693 pub fn build(self) -> DescriptorSetAllocateInfo { in build()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp22507 struct DescriptorSetAllocateInfo struct
22509 using NativeType = VkDescriptorSetAllocateInfo;
22511 static const bool allowDuplicate = false;
22512 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
22515 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
22528 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
22534DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
22547 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
22552 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
22558 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp20642 struct DescriptorSetAllocateInfo struct
20644 using NativeType = VkDescriptorSetAllocateInfo;
20646 static const bool allowDuplicate = false;
20647 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
20651 VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo(VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_… in DescriptorSetAllocateInfo() function
20657 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
20662DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_, VULKAN_HPP_NAMESP… in DescriptorSetAllocateInfo() function
20673 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
20678 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
20684 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp23347 struct DescriptorSetAllocateInfo struct
23349 using NativeType = VkDescriptorSetAllocateInfo;
23351 static const bool allowDuplicate = false;
23352 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
23355 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
23368 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
23374DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
23387 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
23392 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
23398 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
[all …]