Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/
Dpool.rs388 pub struct DescriptorSetAllocateInfo<'a> { struct
390 pub layout: &'a DescriptorSetLayout,
394 pub variable_descriptor_count: u32,
/external/rust/crates/ash/src/
Ddevice.rs1518 allocate_info: &vk::DescriptorSetAllocateInfo, in allocate_descriptor_sets()
/external/rust/crates/ash/src/vk/
Dfeatures.rs875 p_allocate_info: *const DescriptorSetAllocateInfo, constant
2509 _p_allocate_info: *const DescriptorSetAllocateInfo, in load()
Ddefinitions.rs5179 pub struct DescriptorSetAllocateInfo { struct
5186 impl ::std::default::Default for DescriptorSetAllocateInfo { implementation
5198 unsafe impl TaggedStructure for DescriptorSetAllocateInfo { implementation
5201 impl DescriptorSetAllocateInfo { implementation
5255 pub fn build(self) -> DescriptorSetAllocateInfo { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp23630 struct DescriptorSetAllocateInfo struct
23632 using NativeType = VkDescriptorSetAllocateInfo;
23634 static const bool allowDuplicate = false;
23635 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
23638 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
23651 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
23657DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
23670 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
23675 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
23681 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp24579 struct DescriptorSetAllocateInfo struct
24581 using NativeType = VkDescriptorSetAllocateInfo;
24583 static const bool allowDuplicate = false;
24584 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
24587 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() argument
24600 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
24606DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
24619 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
24624 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
24630 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp24350 struct DescriptorSetAllocateInfo struct
24352 using NativeType = VkDescriptorSetAllocateInfo;
24354 static const bool allowDuplicate = false;
24355 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;
24358 …VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
24371 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function
24377DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool … in DescriptorSetAllocateInfo() function
24390 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()
24395 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
24401 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()
[all …]