Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp62051 struct PhysicalDeviceDescriptorIndexingProperties struct
62053 using NativeType = VkPhysicalDeviceDescriptorIndexingProperties;
62055 static const bool allowDuplicate = false;
62056 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingProperties;
62059 …CONSTEXPR PhysicalDeviceDescriptorIndexingProperties( uint32_t maxUpdateAfterB… in PhysicalDeviceDescriptorIndexingProperties() function
62112PhysicalDeviceDescriptorIndexingProperties( VkPhysicalDeviceDescriptorIndexingProperties const & r… in PhysicalDeviceDescriptorIndexingProperties() function
62122 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingProperties const *… in operator =()
62126 operator VkPhysicalDeviceDescriptorIndexingProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties const&()
62131 operator VkPhysicalDeviceDescriptorIndexingProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties&()
62166 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp61487 struct PhysicalDeviceDescriptorIndexingProperties struct
61489 using NativeType = VkPhysicalDeviceDescriptorIndexingProperties;
61491 static const bool allowDuplicate = false;
61492 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingProperties;
61495 …CONSTEXPR PhysicalDeviceDescriptorIndexingProperties( uint32_t maxUpdateAfterB… in PhysicalDeviceDescriptorIndexingProperties() function
61548PhysicalDeviceDescriptorIndexingProperties( VkPhysicalDeviceDescriptorIndexingProperties const & r… in PhysicalDeviceDescriptorIndexingProperties() function
61558 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingProperties const *… in operator =()
61562 operator VkPhysicalDeviceDescriptorIndexingProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties const&()
61567 operator VkPhysicalDeviceDescriptorIndexingProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties&()
61602 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp76544 struct PhysicalDeviceDescriptorIndexingProperties struct
76546 using NativeType = VkPhysicalDeviceDescriptorIndexingProperties;
76548 static const bool allowDuplicate = false;
76549 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingProperties;
76552 …CONSTEXPR PhysicalDeviceDescriptorIndexingProperties( uint32_t maxUpdateAfterB… in PhysicalDeviceDescriptorIndexingProperties() argument
76605PhysicalDeviceDescriptorIndexingProperties( VkPhysicalDeviceDescriptorIndexingProperties const & r… in PhysicalDeviceDescriptorIndexingProperties() function
76615 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingProperties const *… in operator =()
76619 operator VkPhysicalDeviceDescriptorIndexingProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties const&()
76624 operator VkPhysicalDeviceDescriptorIndexingProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties&()
76629 operator VkPhysicalDeviceDescriptorIndexingProperties const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDescriptorIndexingProperties const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs29642 pub struct PhysicalDeviceDescriptorIndexingProperties { struct
29643 pub s_type: StructureType,
29644 pub p_next: *mut c_void,
29645 pub max_update_after_bind_descriptors_in_all_pools: u32,
29669 impl ::std::default::Default for PhysicalDeviceDescriptorIndexingProperties { argument
29701 unsafe impl TaggedStructure for PhysicalDeviceDescriptorIndexingProperties { implementation
29705 impl PhysicalDeviceDescriptorIndexingProperties { impl
29722 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDescriptorIndexingProperties {} implementation
29959 pub fn build(self) -> PhysicalDeviceDescriptorIndexingProperties { in build()