Home
last modified time | relevance | path

Searched defs:MutableDescriptorTypeCreateInfoEXT (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp54499 struct MutableDescriptorTypeCreateInfoEXT struct
54501 using NativeType = VkMutableDescriptorTypeCreateInfoEXT;
54503 static const bool allowDuplicate = false;
54504 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eMutableDescriptorTypeCreateInfoEXT;
54507 …CONSTEXPR MutableDescriptorTypeCreateInfoEXT( uint32_t … in MutableDescriptorTypeCreateInfoEXT() function
54518MutableDescriptorTypeCreateInfoEXT( VkMutableDescriptorTypeCreateInfoEXT const & rhs ) VULKAN_HPP_… in MutableDescriptorTypeCreateInfoEXT() function
54524 MutableDescriptorTypeCreateInfoEXT( in MutableDescriptorTypeCreateInfoEXT() function
54539 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MutableDescriptorTypeCreateInfoEXT const *>( &rhs … in operator =()
54544 …NSTEXPR_14 MutableDescriptorTypeCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
54551 … setMutableDescriptorTypeListCount( uint32_t mutableDescriptorTypeListCount_ ) VULKAN_HPP_NOEXCEPT in setMutableDescriptorTypeListCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp54099 struct MutableDescriptorTypeCreateInfoEXT struct
54101 using NativeType = VkMutableDescriptorTypeCreateInfoEXT;
54103 static const bool allowDuplicate = false;
54104 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eMutableDescriptorTypeCreateInfoEXT;
54107 …CONSTEXPR MutableDescriptorTypeCreateInfoEXT( uint32_t … in MutableDescriptorTypeCreateInfoEXT() argument
54118MutableDescriptorTypeCreateInfoEXT( VkMutableDescriptorTypeCreateInfoEXT const & rhs ) VULKAN_HPP_… in MutableDescriptorTypeCreateInfoEXT() function
54124 MutableDescriptorTypeCreateInfoEXT( in MutableDescriptorTypeCreateInfoEXT() function
54139 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MutableDescriptorTypeCreateInfoEXT const *>( &rhs … in operator =()
54144 …NSTEXPR_14 MutableDescriptorTypeCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
54151 … setMutableDescriptorTypeListCount( uint32_t mutableDescriptorTypeListCount_ ) VULKAN_HPP_NOEXCEPT in setMutableDescriptorTypeListCount()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp66688 struct MutableDescriptorTypeCreateInfoEXT struct
66690 using NativeType = VkMutableDescriptorTypeCreateInfoEXT;
66692 static const bool allowDuplicate = false;
66693 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eMutableDescriptorTypeCreateInfoEXT;
66696 …CONSTEXPR MutableDescriptorTypeCreateInfoEXT( uint32_t … in MutableDescriptorTypeCreateInfoEXT() argument
66707MutableDescriptorTypeCreateInfoEXT( VkMutableDescriptorTypeCreateInfoEXT const & rhs ) VULKAN_HPP_… in MutableDescriptorTypeCreateInfoEXT() function
66713 MutableDescriptorTypeCreateInfoEXT( in MutableDescriptorTypeCreateInfoEXT() function
66728 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MutableDescriptorTypeCreateInfoEXT const *>( &rhs … in operator =()
66733 …NSTEXPR_14 MutableDescriptorTypeCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66740 … setMutableDescriptorTypeListCount( uint32_t mutableDescriptorTypeListCount_ ) VULKAN_HPP_NOEXCEPT in setMutableDescriptorTypeListCount()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs53820 pub struct MutableDescriptorTypeCreateInfoEXT { struct
53826 impl ::std::default::Default for MutableDescriptorTypeCreateInfoEXT { argument
53837 unsafe impl TaggedStructure for MutableDescriptorTypeCreateInfoEXT { implementation
53840 impl MutableDescriptorTypeCreateInfoEXT { impl
53854 unsafe impl ExtendsDescriptorSetLayoutCreateInfo for MutableDescriptorTypeCreateInfoEXT {} implementation
53856 unsafe impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoEXT {} implementation
53881 pub fn build(self) -> MutableDescriptorTypeCreateInfoEXT { in build()