Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/
Dinstance.rs139 queue_family_props: &mut [vk::QueueFamilyProperties2], in get_physical_device_queue_family_properties2()
/external/rust/crates/ash/src/vk/
Dfeatures.rs5328 _p_queue_family_properties: *mut QueueFamilyProperties2, in load()
5508 p_queue_family_properties: *mut QueueFamilyProperties2, in get_physical_device_queue_family_properties2()
Ddefinitions.rs13744 pub struct QueueFamilyProperties2 { struct
13749 impl ::std::default::Default for QueueFamilyProperties2 { argument
13758 impl QueueFamilyProperties2 { impl
13808 pub fn build(self) -> QueueFamilyProperties2 { in build()
Dextensions.rs5000 _p_queue_family_properties: *mut QueueFamilyProperties2, in load()
5108 p_queue_family_properties: *mut QueueFamilyProperties2, in get_physical_device_queue_family_properties2_khr()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp86252 struct QueueFamilyProperties2 struct
86254 using NativeType = VkQueueFamilyProperties2;
86260 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2( VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFami… in QueueFamilyProperties2() function
86269 QueueFamilyProperties2( VkQueueFamilyProperties2 const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties2() function
86279 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2 const *>( &rhs ); in operator =()
86283 explicit operator VkQueueFamilyProperties2 const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2 const&()
86288 explicit operator VkQueueFamilyProperties2 &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2&()
86299 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
86308 bool operator==( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
86317 bool operator!=( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp80293 struct QueueFamilyProperties2 struct
80302 VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamily… in QueueFamilyProperties2() function
80308 QueueFamilyProperties2( VkQueueFamilyProperties2 const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties2() function
80318 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2 const *>( &rhs ); in operator =()
80323 operator VkQueueFamilyProperties2 const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2 const&()
80328 operator VkQueueFamilyProperties2 &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2&()
80339 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
80349 bool operator==( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
80360 bool operator!=( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
80367 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueueFamilyProperties2;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp90962 struct QueueFamilyProperties2 struct
90964 using NativeType = VkQueueFamilyProperties2;
90970 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2( VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFami… in QueueFamilyProperties2() function
90979 QueueFamilyProperties2( VkQueueFamilyProperties2 const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties2() function
90989 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2 const *>( &rhs ); in operator =()
90993 operator VkQueueFamilyProperties2 const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2 const&()
90998 operator VkQueueFamilyProperties2 &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2&()
91009 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
91018 bool operator==( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
91027 bool operator!=( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]