Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp68500 struct PhysicalDevicePushDescriptorPropertiesKHR struct
68502 using NativeType = VkPhysicalDevicePushDescriptorPropertiesKHR;
68508 …VULKAN_HPP_CONSTEXPR PhysicalDevicePushDescriptorPropertiesKHR( uint32_t maxPushDescriptors_ = {},… in PhysicalDevicePushDescriptorPropertiesKHR() function
68516PhysicalDevicePushDescriptorPropertiesKHR( VkPhysicalDevicePushDescriptorPropertiesKHR const & rhs… in PhysicalDevicePushDescriptorPropertiesKHR() function
68526 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePushDescriptorPropertiesKHR const *>… in operator =()
68530 … explicit operator VkPhysicalDevicePushDescriptorPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePushDescriptorPropertiesKHR const&()
68535 explicit operator VkPhysicalDevicePushDescriptorPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePushDescriptorPropertiesKHR&()
68546 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
68555 … bool operator==( PhysicalDevicePushDescriptorPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
68564 … bool operator!=( PhysicalDevicePushDescriptorPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp63987 struct PhysicalDevicePushDescriptorPropertiesKHR struct
63996 VULKAN_HPP_CONSTEXPR PhysicalDevicePushDescriptorPropertiesKHR(uint32_t maxPushDescriptors_ = {}, v… in PhysicalDevicePushDescriptorPropertiesKHR() function
64002PhysicalDevicePushDescriptorPropertiesKHR( VkPhysicalDevicePushDescriptorPropertiesKHR const & rhs… in PhysicalDevicePushDescriptorPropertiesKHR() function
64012 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePushDescriptorPropertiesKHR const *>… in operator =()
64017 operator VkPhysicalDevicePushDescriptorPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePushDescriptorPropertiesKHR const&()
64022 operator VkPhysicalDevicePushDescriptorPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePushDescriptorPropertiesKHR&()
64033 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
64043 … bool operator==( PhysicalDevicePushDescriptorPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
64054 … bool operator!=( PhysicalDevicePushDescriptorPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
64061 …KAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePushDescriptorPropertiesKHR;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp72072 struct PhysicalDevicePushDescriptorPropertiesKHR struct
72074 using NativeType = VkPhysicalDevicePushDescriptorPropertiesKHR;
72080 …VULKAN_HPP_CONSTEXPR PhysicalDevicePushDescriptorPropertiesKHR( uint32_t maxPushDescriptors_ = {},… in PhysicalDevicePushDescriptorPropertiesKHR() function
72088PhysicalDevicePushDescriptorPropertiesKHR( VkPhysicalDevicePushDescriptorPropertiesKHR const & rhs… in PhysicalDevicePushDescriptorPropertiesKHR() function
72098 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePushDescriptorPropertiesKHR const *>… in operator =()
72102 operator VkPhysicalDevicePushDescriptorPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePushDescriptorPropertiesKHR const&()
72107 operator VkPhysicalDevicePushDescriptorPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePushDescriptorPropertiesKHR&()
72118 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
72127 … bool operator==( PhysicalDevicePushDescriptorPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
72136 … bool operator!=( PhysicalDevicePushDescriptorPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs14013 pub struct PhysicalDevicePushDescriptorPropertiesKHR { struct
14018 impl ::std::default::Default for PhysicalDevicePushDescriptorPropertiesKHR { implementation
14027 impl PhysicalDevicePushDescriptorPropertiesKHR { implementation
14044 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePushDescriptorPropertiesKHR {} implementation
14064 pub fn build(self) -> PhysicalDevicePushDescriptorPropertiesKHR { in build()