Home
last modified time | relevance | path

Searched defs:QueueFamilyProperties (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/
H A Dinstance.rs360 ) -> Vec<vk::QueueFamilyProperties> { in get_physical_device_queue_family_properties()
/dports/graphics/rx/rx-0.4.0/cargo-crates/ash-0.29.0/src/
H A Dinstance.rs356 ) -> Vec<vk::QueueFamilyProperties> { in get_physical_device_queue_family_properties()
H A Dvk.rs747 _p_queue_family_properties: *mut QueueFamilyProperties, in load()
952 p_queue_family_properties: *mut QueueFamilyProperties, in get_physical_device_queue_family_properties()
9152 pub struct QueueFamilyProperties { struct
9158 impl QueueFamilyProperties { argument
9208 pub fn build(self) -> QueueFamilyProperties { in build()
22300 queue_family_properties: QueueFamilyProperties, in queue_family_properties()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/
H A Dinstance.rs375 ) -> Vec<vk::QueueFamilyProperties> { in get_physical_device_queue_family_properties()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/
H A Dinstance.rs375 ) -> Vec<vk::QueueFamilyProperties> { in get_physical_device_queue_family_properties()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ash/src/
H A Dinstance.rs392 ) -> Vec<vk::QueueFamilyProperties> { in get_physical_device_queue_family_properties()
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/vk/
H A Dfeatures.rs398 _p_queue_family_properties: *mut QueueFamilyProperties, in load()
607 p_queue_family_properties: *mut QueueFamilyProperties, in get_physical_device_queue_family_properties()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/vk/
H A Dfeatures.rs494 _p_queue_family_properties: *mut QueueFamilyProperties, in load()
703 p_queue_family_properties: *mut QueueFamilyProperties, in get_physical_device_queue_family_properties()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/vk/
H A Dfeatures.rs494 _p_queue_family_properties: *mut QueueFamilyProperties, in load()
703 p_queue_family_properties: *mut QueueFamilyProperties, in get_physical_device_queue_family_properties()
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/include/vulkan/
H A Dvulkan_structs.hpp65642 struct QueueFamilyProperties struct
65644 using NativeType = VkQueueFamilyProperties;
65648 QueueFamilyProperties( VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, in QueueFamilyProperties() function
65660 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
65669 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
65673 operator VkQueueFamilyProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
65678 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
65705 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::QueueFamilyProperties ) == sizeof( VkQueue…
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/include/vulkan/
H A Dvulkan_structs.hpp73808 struct QueueFamilyProperties struct
73810 using NativeType = VkQueueFamilyProperties;
73814 QueueFamilyProperties( VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, in QueueFamilyProperties() function
73826 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
73835 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
73839 explicit operator VkQueueFamilyProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
73844 explicit operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
73857 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
73882 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::QueueFamilyProperties ) == sizeof( VkQueue…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/vulkan-hpp/vulkan/
H A Dvulkan.hpp53207 struct QueueFamilyProperties struct
53209QueueFamilyProperties( VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = VULKAN_HPP_NAMESPACE::QueueF… in QueueFamilyProperties() function
53219 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
53226 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>(&rhs); in operator =()
53230 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
53235 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53240 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53264 …QueueFamilyProperties2( VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamilyProperties_ = VULKA… in QueueFamilyProperties2()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/vulkan/
H A Dvulkan.hpp17182 struct QueueFamilyProperties struct
17184 operator const VkQueueFamilyProperties&() const in operator const VkQueueFamilyProperties&()
17189 bool operator==( QueueFamilyProperties const& rhs ) const in operator ==()
17197 bool operator!=( QueueFamilyProperties const& rhs ) const in operator !=()
17202 QueueFlags queueFlags;
17203 uint32_t queueCount;
17204 uint32_t timestampValidBits;
17205 Extent3D minImageTransferGranularity;
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/Vulkan-Headers/include/vulkan/
H A Dvulkan.hpp67057 struct QueueFamilyProperties struct
67061 VULKAN_HPP_CONSTEXPR QueueFamilyProperties( VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, in QueueFamilyProperties() function
67071 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
67078 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>(&rhs); in operator =()
67083 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
67088 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
67097 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
67128 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2( VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFami… in QueueFamilyProperties2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_headers/include/vulkan/
H A Dvulkan.hpp66240 struct QueueFamilyProperties struct
66243 VULKAN_HPP_CONSTEXPR QueueFamilyProperties( VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, in QueueFamilyProperties() function
66253 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
66260 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>(&rhs); in operator =()
66265 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
66270 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
66279 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
66309 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2( VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFami… in QueueFamilyProperties2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp53416 struct QueueFamilyProperties struct
53421 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
53427 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
53435 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
53439 QueueFamilyProperties & operator=( QueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
53446 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
53451 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53460 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53468 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
53492 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/include/vulkan/
H A Dvulkan.hpp53416 struct QueueFamilyProperties struct
53421 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
53427 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
53435 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
53439 QueueFamilyProperties & operator=( QueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
53446 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
53451 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53460 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53468 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
53492 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/third_party/khronos/vulkan/
H A Dvulkan.hpp52963 struct QueueFamilyProperties struct
52968 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
52974 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
52982 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
52986 QueueFamilyProperties & operator=( QueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
52993 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
52998 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53007 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53015 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
53039 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/x11/controllermap/SDL2-2.0.18/src/video/khronos/vulkan/
H A Dvulkan.hpp53238 struct QueueFamilyProperties struct
53243 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
53249 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
53257 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
53261 QueueFamilyProperties & operator=( QueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
53268 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
53273 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53282 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53290 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
53314 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp53416 struct QueueFamilyProperties struct
53421 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
53427 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
53435 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
53439 QueueFamilyProperties & operator=( QueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
53446 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
53451 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53460 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53468 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
53492 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/devel/sdl20/SDL2-2.0.18/src/video/khronos/vulkan/
H A Dvulkan.hpp53238 struct QueueFamilyProperties struct
53243 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
53249 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
53257 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
53261 QueueFamilyProperties & operator=( QueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
53268 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
53273 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
53282 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53290 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
53314 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp54033 struct QueueFamilyProperties struct
54038 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
54044 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
54053 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
54058 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
54063 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
54072 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54080 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54104 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp54033 struct QueueFamilyProperties struct
54038 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
54044 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
54053 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
54058 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
54063 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
54072 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54080 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54104 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp54033 struct QueueFamilyProperties struct
54038 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties(VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_ = {}, uint… in QueueFamilyProperties() function
54044 QueueFamilyProperties( VkQueueFamilyProperties const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties() function
54053 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties const *>( &rhs ); in operator =()
54058 operator VkQueueFamilyProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties const&()
54063 operator VkQueueFamilyProperties &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties&()
54072 bool operator==( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54080 bool operator!=( QueueFamilyProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54104 …VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamil… in QueueFamilyProperties2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp55472 struct QueueFamilyProperties struct
55474 operator VkQueueFamilyProperties const&() const in operator VkQueueFamilyProperties const&()
55479 operator VkQueueFamilyProperties &() in operator VkQueueFamilyProperties&()
55484 bool operator==( QueueFamilyProperties const& rhs ) const in operator ==()
55492 bool operator!=( QueueFamilyProperties const& rhs ) const in operator !=()
55498 vk::QueueFlags queueFlags;
55499 uint32_t queueCount;
55500 uint32_t timestampValidBits;
55501 vk::Extent3D minImageTransferGranularity;

12