Lines Matching refs:PhysicalDevice
15068 class PhysicalDevice class
15071 VULKAN_HPP_CONSTEXPR PhysicalDevice() in PhysicalDevice() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
15075 VULKAN_HPP_CONSTEXPR PhysicalDevice( std::nullptr_t ) in PhysicalDevice() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
15079 VULKAN_HPP_TYPESAFE_EXPLICIT PhysicalDevice( VkPhysicalDevice physicalDevice ) in PhysicalDevice() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
15084 PhysicalDevice & operator=(VkPhysicalDevice physicalDevice) in operator =()
15091 PhysicalDevice & operator=( std::nullptr_t ) in operator =()
15097 bool operator==( PhysicalDevice const & rhs ) const in operator ==()
15102 bool operator!=(PhysicalDevice const & rhs ) const in operator !=()
15107 bool operator<(PhysicalDevice const & rhs ) const in operator <()
15635 …static_assert( sizeof( PhysicalDevice ) == sizeof( VkPhysicalDevice ), "handle and wrapper have di…
15929 …Result enumeratePhysicalDevices( uint32_t* pPhysicalDeviceCount, PhysicalDevice* pPhysicalDevices,…
15931 …template<typename Allocator = std::allocator<PhysicalDevice>, typename Dispatch = DispatchLoaderSt…
15932 …typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type enumeratePhysicalDevices(Dis…
15933 …template<typename Allocator = std::allocator<PhysicalDevice>, typename Dispatch = DispatchLoaderSt…
15934 …typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type enumeratePhysicalDevices(All…
25376 const PhysicalDevice* pPhysicalDevices_ = nullptr ) in DeviceGroupDeviceCreateInfo()
25404 DeviceGroupDeviceCreateInfo & setPPhysicalDevices( const PhysicalDevice* pPhysicalDevices_ ) in setPPhysicalDevices()
25439 const PhysicalDevice* pPhysicalDevices;
37097 … physicalDevices, rhs.physicalDevices, VK_MAX_DEVICE_GROUP_SIZE * sizeof( PhysicalDevice ) ) == 0 ) in operator ==()
37112 PhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE];
52480 … Instance::enumeratePhysicalDevices( uint32_t* pPhysicalDeviceCount, PhysicalDevice* pPhysicalDevi… in enumeratePhysicalDevices()
52486 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type Instance::… in enumeratePhysicalDevices()
52488 std::vector<PhysicalDevice,Allocator> physicalDevices; in enumeratePhysicalDevices()
52508 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type Instance::… in enumeratePhysicalDevices()
52510 std::vector<PhysicalDevice,Allocator> physicalDevices( vectorAllocator ); in enumeratePhysicalDevices()
52559 …VULKAN_HPP_INLINE Result PhysicalDevice::acquireXlibDisplayEXT( Display* dpy, DisplayKHR display, … in acquireXlibDisplayEXT()
52565 …VULKAN_HPP_INLINE ResultValueType<Display>::type PhysicalDevice::acquireXlibDisplayEXT( DisplayKHR… in acquireXlibDisplayEXT()
52575 …VULKAN_HPP_INLINE Result PhysicalDevice::createDevice( const DeviceCreateInfo* pCreateInfo, const … in createDevice()
52581 …VULKAN_HPP_INLINE ResultValueType<Device>::type PhysicalDevice::createDevice( const DeviceCreateIn… in createDevice()
52589 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<Device,Dispatch>>::type PhysicalDevice::cr… in createDeviceUnique()
52601 …VULKAN_HPP_INLINE Result PhysicalDevice::createDisplayModeKHR( DisplayKHR display, const DisplayMo… in createDisplayModeKHR()
52607 …VULKAN_HPP_INLINE ResultValueType<DisplayModeKHR>::type PhysicalDevice::createDisplayModeKHR( Disp… in createDisplayModeKHR()
52616 …VULKAN_HPP_INLINE Result PhysicalDevice::enumerateDeviceExtensionProperties( const char* pLayerNam… in enumerateDeviceExtensionProperties()
52622 …me ResultValueType<std::vector<ExtensionProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceExtensionProperties()
52644 …me ResultValueType<std::vector<ExtensionProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceExtensionProperties()
52668 …VULKAN_HPP_INLINE Result PhysicalDevice::enumerateDeviceLayerProperties( uint32_t* pPropertyCount,… in enumerateDeviceLayerProperties()
52674 …pename ResultValueType<std::vector<LayerProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceLayerProperties()
52696 …pename ResultValueType<std::vector<LayerProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceLayerProperties()
52720 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayModeProperties2KHR( DisplayKHR display, uint32_… in getDisplayModeProperties2KHR()
52726 …ultValueType<std::vector<DisplayModeProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModeProperties2KHR()
52748 …ultValueType<std::vector<DisplayModeProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModeProperties2KHR()
52772 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayModePropertiesKHR( DisplayKHR display, uint32_t… in getDisplayModePropertiesKHR()
52778 …sultValueType<std::vector<DisplayModePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModePropertiesKHR()
52800 …sultValueType<std::vector<DisplayModePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModePropertiesKHR()
52824 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneCapabilities2KHR( const DisplayPlaneInfo2K… in getDisplayPlaneCapabilities2KHR()
52830 …VULKAN_HPP_INLINE ResultValueType<DisplayPlaneCapabilities2KHR>::type PhysicalDevice::getDisplayPl… in getDisplayPlaneCapabilities2KHR()
52839 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneCapabilitiesKHR( DisplayModeKHR mode, uint… in getDisplayPlaneCapabilitiesKHR()
52845 …VULKAN_HPP_INLINE ResultValueType<DisplayPlaneCapabilitiesKHR>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneCapabilitiesKHR()
52854 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,… in getDisplayPlaneSupportedDisplaysKHR()
52860 …NE typename ResultValueType<std::vector<DisplayKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneSupportedDisplaysKHR()
52882 …NE typename ResultValueType<std::vector<DisplayKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneSupportedDisplaysKHR()
52906 …VULKAN_HPP_INLINE Result PhysicalDevice::getCalibrateableTimeDomainsEXT( uint32_t* pTimeDomainCoun… in getCalibrateableTimeDomainsEXT()
52912 …typename ResultValueType<std::vector<TimeDomainEXT,Allocator>>::type PhysicalDevice::getCalibratea… in getCalibrateableTimeDomainsEXT()
52934 …typename ResultValueType<std::vector<TimeDomainEXT,Allocator>>::type PhysicalDevice::getCalibratea… in getCalibrateableTimeDomainsEXT()
52958 …VULKAN_HPP_INLINE Result PhysicalDevice::getCooperativeMatrixPropertiesNV( uint32_t* pPropertyCoun… in getCooperativeMatrixPropertiesNV()
52964 …alueType<std::vector<CooperativeMatrixPropertiesNV,Allocator>>::type PhysicalDevice::getCooperativ… in getCooperativeMatrixPropertiesNV()
52986 …alueType<std::vector<CooperativeMatrixPropertiesNV,Allocator>>::type PhysicalDevice::getCooperativ… in getCooperativeMatrixPropertiesNV()
53010 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneProperties2KHR( uint32_t* pPropertyCount, … in getDisplayPlaneProperties2KHR()
53016 …ltValueType<std::vector<DisplayPlaneProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneProperties2KHR()
53038 …ltValueType<std::vector<DisplayPlaneProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneProperties2KHR()
53062 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlanePropertiesKHR( uint32_t* pPropertyCount, D… in getDisplayPlanePropertiesKHR()
53068 …ultValueType<std::vector<DisplayPlanePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlanePropertiesKHR()
53090 …ultValueType<std::vector<DisplayPlanePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlanePropertiesKHR()
53114 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayProperties2KHR( uint32_t* pPropertyCount, Displ… in getDisplayProperties2KHR()
53120 … ResultValueType<std::vector<DisplayProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayProperties2KHR()
53142 … ResultValueType<std::vector<DisplayProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayProperties2KHR()
53166 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPropertiesKHR( uint32_t* pPropertyCount, Displa… in getDisplayPropertiesKHR()
53172 …e ResultValueType<std::vector<DisplayPropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayPropertiesKHR()
53194 …e ResultValueType<std::vector<DisplayPropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayPropertiesKHR()
53218 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalBufferProperties( const PhysicalDeviceExternalBu… in getExternalBufferProperties()
53224 …VULKAN_HPP_INLINE ExternalBufferProperties PhysicalDevice::getExternalBufferProperties( const Phys… in getExternalBufferProperties()
53233 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalBufferPropertiesKHR( const PhysicalDeviceExterna… in getExternalBufferPropertiesKHR()
53239 …VULKAN_HPP_INLINE ExternalBufferProperties PhysicalDevice::getExternalBufferPropertiesKHR( const P… in getExternalBufferPropertiesKHR()
53248 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalFenceProperties( const PhysicalDeviceExternalFen… in getExternalFenceProperties()
53254 …VULKAN_HPP_INLINE ExternalFenceProperties PhysicalDevice::getExternalFenceProperties( const Physic… in getExternalFenceProperties()
53263 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalFencePropertiesKHR( const PhysicalDeviceExternal… in getExternalFencePropertiesKHR()
53269 …VULKAN_HPP_INLINE ExternalFenceProperties PhysicalDevice::getExternalFencePropertiesKHR( const Phy… in getExternalFencePropertiesKHR()
53278 …VULKAN_HPP_INLINE Result PhysicalDevice::getExternalImageFormatPropertiesNV( Format format, ImageT… in getExternalImageFormatPropertiesNV()
53284 …VULKAN_HPP_INLINE ResultValueType<ExternalImageFormatPropertiesNV>::type PhysicalDevice::getExtern… in getExternalImageFormatPropertiesNV()
53293 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalSemaphoreProperties( const PhysicalDeviceExterna… in getExternalSemaphoreProperties()
53299 …VULKAN_HPP_INLINE ExternalSemaphoreProperties PhysicalDevice::getExternalSemaphoreProperties( cons… in getExternalSemaphoreProperties()
53308 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalSemaphorePropertiesKHR( const PhysicalDeviceExte… in getExternalSemaphorePropertiesKHR()
53314 …VULKAN_HPP_INLINE ExternalSemaphoreProperties PhysicalDevice::getExternalSemaphorePropertiesKHR( c… in getExternalSemaphorePropertiesKHR()
53323 …VULKAN_HPP_INLINE void PhysicalDevice::getFeatures( PhysicalDeviceFeatures* pFeatures, Dispatch co… in getFeatures()
53329 VULKAN_HPP_INLINE PhysicalDeviceFeatures PhysicalDevice::getFeatures(Dispatch const &d ) const in getFeatures()
53338 …VULKAN_HPP_INLINE void PhysicalDevice::getFeatures2( PhysicalDeviceFeatures2* pFeatures, Dispatch … in getFeatures2()
53344 VULKAN_HPP_INLINE PhysicalDeviceFeatures2 PhysicalDevice::getFeatures2(Dispatch const &d ) const in getFeatures2()
53351 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFeatures2(Dispatch const &d ) const in getFeatures2()
53361 …VULKAN_HPP_INLINE void PhysicalDevice::getFeatures2KHR( PhysicalDeviceFeatures2* pFeatures, Dispat… in getFeatures2KHR()
53367 …VULKAN_HPP_INLINE PhysicalDeviceFeatures2 PhysicalDevice::getFeatures2KHR(Dispatch const &d ) const in getFeatures2KHR()
53374 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFeatures2KHR(Dispatch const &d ) c… in getFeatures2KHR()
53384 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties( Format format, FormatProperties* pForm… in getFormatProperties()
53390 …VULKAN_HPP_INLINE FormatProperties PhysicalDevice::getFormatProperties( Format format, Dispatch co… in getFormatProperties()
53399 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties2( Format format, FormatProperties2* pFo… in getFormatProperties2()
53405 …VULKAN_HPP_INLINE FormatProperties2 PhysicalDevice::getFormatProperties2( Format format, Dispatch … in getFormatProperties2()
53412 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFormatProperties2( Format format, … in getFormatProperties2()
53422 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties2KHR( Format format, FormatProperties2* … in getFormatProperties2KHR()
53428 …VULKAN_HPP_INLINE FormatProperties2 PhysicalDevice::getFormatProperties2KHR( Format format, Dispat… in getFormatProperties2KHR()
53435 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFormatProperties2KHR( Format forma… in getFormatProperties2KHR()
53445 …VULKAN_HPP_INLINE void PhysicalDevice::getGeneratedCommandsPropertiesNVX( DeviceGeneratedCommandsF… in getGeneratedCommandsPropertiesNVX()
53451 …VULKAN_HPP_INLINE DeviceGeneratedCommandsLimitsNVX PhysicalDevice::getGeneratedCommandsPropertiesN… in getGeneratedCommandsPropertiesNVX()
53460 …VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties( Format format, ImageType type, … in getImageFormatProperties()
53466 …VULKAN_HPP_INLINE ResultValueType<ImageFormatProperties>::type PhysicalDevice::getImageFormatPrope… in getImageFormatProperties()
53475 …VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties2( const PhysicalDeviceImageForma… in getImageFormatProperties2()
53481 …VULKAN_HPP_INLINE ResultValueType<ImageFormatProperties2>::type PhysicalDevice::getImageFormatProp… in getImageFormatProperties2()
53488 …VULKAN_HPP_INLINE typename ResultValueType<StructureChain<X, Y, Z...>>::type PhysicalDevice::getIm… in getImageFormatProperties2()
53498 …VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties2KHR( const PhysicalDeviceImageFo… in getImageFormatProperties2KHR()
53504 …VULKAN_HPP_INLINE ResultValueType<ImageFormatProperties2>::type PhysicalDevice::getImageFormatProp… in getImageFormatProperties2KHR()
53511 …VULKAN_HPP_INLINE typename ResultValueType<StructureChain<X, Y, Z...>>::type PhysicalDevice::getIm… in getImageFormatProperties2KHR()
53521 …VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties( PhysicalDeviceMemoryProperties* pMemor… in getMemoryProperties()
53527 …VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties PhysicalDevice::getMemoryProperties(Dispatch cons… in getMemoryProperties()
53536 …VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties2( PhysicalDeviceMemoryProperties2* pMem… in getMemoryProperties2()
53542 …VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties2 PhysicalDevice::getMemoryProperties2(Dispatch co… in getMemoryProperties2()
53549 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getMemoryProperties2(Dispatch const &… in getMemoryProperties2()
53559 …VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties2KHR( PhysicalDeviceMemoryProperties2* p… in getMemoryProperties2KHR()
53565 …VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties2 PhysicalDevice::getMemoryProperties2KHR(Dispatch… in getMemoryProperties2KHR()
53572 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getMemoryProperties2KHR(Dispatch cons… in getMemoryProperties2KHR()
53582 …VULKAN_HPP_INLINE void PhysicalDevice::getMultisamplePropertiesEXT( SampleCountFlagBits samples, M… in getMultisamplePropertiesEXT()
53588 …VULKAN_HPP_INLINE MultisamplePropertiesEXT PhysicalDevice::getMultisamplePropertiesEXT( SampleCoun… in getMultisamplePropertiesEXT()
53597 …VULKAN_HPP_INLINE Result PhysicalDevice::getPresentRectanglesKHR( SurfaceKHR surface, uint32_t* pR… in getPresentRectanglesKHR()
53603 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<Rect2D,Allocator>>::type PhysicalDevice::ge… in getPresentRectanglesKHR()
53625 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<Rect2D,Allocator>>::type PhysicalDevice::ge… in getPresentRectanglesKHR()
53649 …VULKAN_HPP_INLINE void PhysicalDevice::getProperties( PhysicalDeviceProperties* pProperties, Dispa… in getProperties()
53655 VULKAN_HPP_INLINE PhysicalDeviceProperties PhysicalDevice::getProperties(Dispatch const &d ) const in getProperties()
53664 …VULKAN_HPP_INLINE void PhysicalDevice::getProperties2( PhysicalDeviceProperties2* pProperties, Dis… in getProperties2()
53670 …VULKAN_HPP_INLINE PhysicalDeviceProperties2 PhysicalDevice::getProperties2(Dispatch const &d ) con… in getProperties2()
53677 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getProperties2(Dispatch const &d ) co… in getProperties2()
53687 …VULKAN_HPP_INLINE void PhysicalDevice::getProperties2KHR( PhysicalDeviceProperties2* pProperties, … in getProperties2KHR()
53693 …VULKAN_HPP_INLINE PhysicalDeviceProperties2 PhysicalDevice::getProperties2KHR(Dispatch const &d ) … in getProperties2KHR()
53700 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getProperties2KHR(Dispatch const &d )… in getProperties2KHR()
53710 …VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties( uint32_t* pQueueFamilyPropertyCou… in getQueueFamilyProperties()
53716 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties,Allocator> PhysicalDevice::getQueueFamilyPrope… in getQueueFamilyProperties()
53726 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties,Allocator> PhysicalDevice::getQueueFamilyPrope… in getQueueFamilyProperties()
53738 …VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties2( uint32_t* pQueueFamilyPropertyCo… in getQueueFamilyProperties2()
53744 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2()
53754 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2()
53764 …VULKAN_HPP_INLINE std::vector<StructureChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(… in getQueueFamilyProperties2()
53774 …VULKAN_HPP_INLINE std::vector<StructureChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(… in getQueueFamilyProperties2()
53786 …VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties2KHR( uint32_t* pQueueFamilyPropert… in getQueueFamilyProperties2KHR()
53792 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2KHR()
53802 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2KHR()
53812 …VULKAN_HPP_INLINE std::vector<StructureChain,Allocator> PhysicalDevice::getQueueFamilyProperties2K… in getQueueFamilyProperties2KHR()
53822 …VULKAN_HPP_INLINE std::vector<StructureChain,Allocator> PhysicalDevice::getQueueFamilyProperties2K… in getQueueFamilyProperties2KHR()
53834 …VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties( Format format, ImageType ty… in getSparseImageFormatProperties()
53840 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties,Allocator> PhysicalDevice::getSparseImag… in getSparseImageFormatProperties()
53850 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties,Allocator> PhysicalDevice::getSparseImag… in getSparseImageFormatProperties()
53862 …VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties2( const PhysicalDeviceSparse… in getSparseImageFormatProperties2()
53868 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2()
53878 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2()
53890 …VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties2KHR( const PhysicalDeviceSpa… in getSparseImageFormatProperties2KHR()
53896 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2KHR()
53906 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2KHR()
53918 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilities2EXT( SurfaceKHR surface, SurfaceCa… in getSurfaceCapabilities2EXT()
53924 …VULKAN_HPP_INLINE ResultValueType<SurfaceCapabilities2EXT>::type PhysicalDevice::getSurfaceCapabil… in getSurfaceCapabilities2EXT()
53933 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilities2KHR( const PhysicalDeviceSurfaceIn… in getSurfaceCapabilities2KHR()
53939 …VULKAN_HPP_INLINE ResultValueType<SurfaceCapabilities2KHR>::type PhysicalDevice::getSurfaceCapabil… in getSurfaceCapabilities2KHR()
53946 …VULKAN_HPP_INLINE typename ResultValueType<StructureChain<X, Y, Z...>>::type PhysicalDevice::getSu… in getSurfaceCapabilities2KHR()
53956 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilitiesKHR( SurfaceKHR surface, SurfaceCap… in getSurfaceCapabilitiesKHR()
53962 …VULKAN_HPP_INLINE ResultValueType<SurfaceCapabilitiesKHR>::type PhysicalDevice::getSurfaceCapabili… in getSurfaceCapabilitiesKHR()
53971 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceFormats2KHR( const PhysicalDeviceSurfaceInfo2KH… in getSurfaceFormats2KHR()
53977 …name ResultValueType<std::vector<SurfaceFormat2KHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormats2KHR()
53999 …name ResultValueType<std::vector<SurfaceFormat2KHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormats2KHR()
54023 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceFormatsKHR( SurfaceKHR surface, uint32_t* pSurf… in getSurfaceFormatsKHR()
54029 …ename ResultValueType<std::vector<SurfaceFormatKHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormatsKHR()
54051 …ename ResultValueType<std::vector<SurfaceFormatKHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormatsKHR()
54075 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfacePresentModesKHR( SurfaceKHR surface, uint32_t* … in getSurfacePresentModesKHR()
54081 …ypename ResultValueType<std::vector<PresentModeKHR,Allocator>>::type PhysicalDevice::getSurfacePre… in getSurfacePresentModesKHR()
54103 …ypename ResultValueType<std::vector<PresentModeKHR,Allocator>>::type PhysicalDevice::getSurfacePre… in getSurfacePresentModesKHR()
54127 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceSupportKHR( uint32_t queueFamilyIndex, SurfaceK… in getSurfaceSupportKHR()
54133 …VULKAN_HPP_INLINE ResultValueType<Bool32>::type PhysicalDevice::getSurfaceSupportKHR( uint32_t que… in getSurfaceSupportKHR()
54143 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWaylandPresentationSupportKHR( uint32_t queueFamilyInd… in getWaylandPresentationSupportKHR()
54149 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWaylandPresentationSupportKHR( uint32_t queueFamilyInd… in getWaylandPresentationSupportKHR()
54159 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWin32PresentationSupportKHR( uint32_t queueFamilyIndex… in getWin32PresentationSupportKHR()
54165 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWin32PresentationSupportKHR( uint32_t queueFamilyIndex… in getWin32PresentationSupportKHR()
54174 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXcbPresentationSupportKHR( uint32_t queueFamilyIndex, … in getXcbPresentationSupportKHR()
54180 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXcbPresentationSupportKHR( uint32_t queueFamilyIndex, … in getXcbPresentationSupportKHR()
54189 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXlibPresentationSupportKHR( uint32_t queueFamilyIndex,… in getXlibPresentationSupportKHR()
54195 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXlibPresentationSupportKHR( uint32_t queueFamilyIndex,… in getXlibPresentationSupportKHR()
54204 …VULKAN_HPP_INLINE Result PhysicalDevice::getRandROutputDisplayEXT( Display* dpy, RROutput rrOutput… in getRandROutputDisplayEXT()
54210 …VULKAN_HPP_INLINE ResultValueType<DisplayKHR>::type PhysicalDevice::getRandROutputDisplayEXT( Disp… in getRandROutputDisplayEXT()
54221 …VULKAN_HPP_INLINE Result PhysicalDevice::releaseDisplayEXT( DisplayKHR display, Dispatch const &d)… in releaseDisplayEXT()
54227 …VULKAN_HPP_INLINE ResultValueType<void>::type PhysicalDevice::releaseDisplayEXT( DisplayKHR displa… in releaseDisplayEXT()