• Home
  • Raw
  • Download

Lines Matching refs:PhysicalDevice

45098   class PhysicalDevice  class
45101 VULKAN_HPP_CONSTEXPR PhysicalDevice() in PhysicalDevice() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
45105 VULKAN_HPP_CONSTEXPR PhysicalDevice( std::nullptr_t ) in PhysicalDevice() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
45109 VULKAN_HPP_TYPESAFE_EXPLICIT PhysicalDevice( VkPhysicalDevice physicalDevice ) in PhysicalDevice() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
45114 PhysicalDevice & operator=(VkPhysicalDevice physicalDevice) in operator =()
45121 PhysicalDevice & operator=( std::nullptr_t ) in operator =()
45127 bool operator==( PhysicalDevice const & rhs ) const in operator ==()
45132 bool operator!=(PhysicalDevice const & rhs ) const in operator !=()
45137 bool operator<(PhysicalDevice const & rhs ) const in operator <()
45649 …static_assert( sizeof( PhysicalDevice ) == sizeof( VkPhysicalDevice ), "handle and wrapper have di…
45652 …VULKAN_HPP_INLINE void PhysicalDevice::getProperties( PhysicalDeviceProperties* pProperties, Dispa… in getProperties()
45658 VULKAN_HPP_INLINE PhysicalDeviceProperties PhysicalDevice::getProperties(Dispatch const &d ) const in getProperties()
45665 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getProperties(Dispatch const &d ) con… in getProperties()
45675 …VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties( uint32_t* pQueueFamilyPropertyCou… in getQueueFamilyProperties()
45681 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties,Allocator> PhysicalDevice::getQueueFamilyPrope… in getQueueFamilyProperties()
45691 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties,Allocator> PhysicalDevice::getQueueFamilyPrope… in getQueueFamilyProperties()
45703 …VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties( PhysicalDeviceMemoryProperties* pMemor… in getMemoryProperties()
45709 …VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties PhysicalDevice::getMemoryProperties(Dispatch cons… in getMemoryProperties()
45718 …VULKAN_HPP_INLINE void PhysicalDevice::getFeatures( PhysicalDeviceFeatures* pFeatures, Dispatch co… in getFeatures()
45724 VULKAN_HPP_INLINE PhysicalDeviceFeatures PhysicalDevice::getFeatures(Dispatch const &d ) const in getFeatures()
45733 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties( Format format, FormatProperties* pForm… in getFormatProperties()
45739 …VULKAN_HPP_INLINE FormatProperties PhysicalDevice::getFormatProperties( Format format, Dispatch co… in getFormatProperties()
45748 …VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties( Format format, ImageType type, … in getImageFormatProperties()
45754 …VULKAN_HPP_INLINE ResultValueType<ImageFormatProperties>::type PhysicalDevice::getImageFormatPrope… in getImageFormatProperties()
45763 …VULKAN_HPP_INLINE Result PhysicalDevice::createDevice( const DeviceCreateInfo* pCreateInfo, const … in createDevice()
45769 …VULKAN_HPP_INLINE ResultValueType<Device>::type PhysicalDevice::createDevice( const DeviceCreateIn… in createDevice()
45777 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<Device,Dispatch>>::type PhysicalDevice::cr… in createDeviceUnique()
45789 …VULKAN_HPP_INLINE Result PhysicalDevice::enumerateDeviceLayerProperties( uint32_t* pPropertyCount,… in enumerateDeviceLayerProperties()
45795 …pename ResultValueType<std::vector<LayerProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceLayerProperties()
45817 …pename ResultValueType<std::vector<LayerProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceLayerProperties()
45841 …VULKAN_HPP_INLINE Result PhysicalDevice::enumerateDeviceExtensionProperties( const char* pLayerNam… in enumerateDeviceExtensionProperties()
45847 …me ResultValueType<std::vector<ExtensionProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceExtensionProperties()
45869 …me ResultValueType<std::vector<ExtensionProperties,Allocator>>::type PhysicalDevice::enumerateDevi… in enumerateDeviceExtensionProperties()
45893 …VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties( Format format, ImageType ty… in getSparseImageFormatProperties()
45899 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties,Allocator> PhysicalDevice::getSparseImag… in getSparseImageFormatProperties()
45909 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties,Allocator> PhysicalDevice::getSparseImag… in getSparseImageFormatProperties()
45921 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPropertiesKHR( uint32_t* pPropertyCount, Displa… in getDisplayPropertiesKHR()
45927 …e ResultValueType<std::vector<DisplayPropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayPropertiesKHR()
45949 …e ResultValueType<std::vector<DisplayPropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayPropertiesKHR()
45973 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlanePropertiesKHR( uint32_t* pPropertyCount, D… in getDisplayPlanePropertiesKHR()
45979 …ultValueType<std::vector<DisplayPlanePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlanePropertiesKHR()
46001 …ultValueType<std::vector<DisplayPlanePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlanePropertiesKHR()
46025 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,… in getDisplayPlaneSupportedDisplaysKHR()
46031 …NE typename ResultValueType<std::vector<DisplayKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneSupportedDisplaysKHR()
46053 …NE typename ResultValueType<std::vector<DisplayKHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneSupportedDisplaysKHR()
46077 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayModePropertiesKHR( DisplayKHR display, uint32_t… in getDisplayModePropertiesKHR()
46083 …sultValueType<std::vector<DisplayModePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModePropertiesKHR()
46105 …sultValueType<std::vector<DisplayModePropertiesKHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModePropertiesKHR()
46129 …VULKAN_HPP_INLINE Result PhysicalDevice::createDisplayModeKHR( DisplayKHR display, const DisplayMo… in createDisplayModeKHR()
46135 …VULKAN_HPP_INLINE ResultValueType<DisplayModeKHR>::type PhysicalDevice::createDisplayModeKHR( Disp… in createDisplayModeKHR()
46144 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneCapabilitiesKHR( DisplayModeKHR mode, uint… in getDisplayPlaneCapabilitiesKHR()
46150 …VULKAN_HPP_INLINE ResultValueType<DisplayPlaneCapabilitiesKHR>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneCapabilitiesKHR()
46159 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceSupportKHR( uint32_t queueFamilyIndex, SurfaceK… in getSurfaceSupportKHR()
46165 …VULKAN_HPP_INLINE ResultValueType<Bool32>::type PhysicalDevice::getSurfaceSupportKHR( uint32_t que… in getSurfaceSupportKHR()
46174 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilitiesKHR( SurfaceKHR surface, SurfaceCap… in getSurfaceCapabilitiesKHR()
46180 …VULKAN_HPP_INLINE ResultValueType<SurfaceCapabilitiesKHR>::type PhysicalDevice::getSurfaceCapabili… in getSurfaceCapabilitiesKHR()
46189 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceFormatsKHR( SurfaceKHR surface, uint32_t* pSurf… in getSurfaceFormatsKHR()
46195 …ename ResultValueType<std::vector<SurfaceFormatKHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormatsKHR()
46217 …ename ResultValueType<std::vector<SurfaceFormatKHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormatsKHR()
46241 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfacePresentModesKHR( SurfaceKHR surface, uint32_t* … in getSurfacePresentModesKHR()
46247 …ypename ResultValueType<std::vector<PresentModeKHR,Allocator>>::type PhysicalDevice::getSurfacePre… in getSurfacePresentModesKHR()
46269 …ypename ResultValueType<std::vector<PresentModeKHR,Allocator>>::type PhysicalDevice::getSurfacePre… in getSurfacePresentModesKHR()
46294 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWaylandPresentationSupportKHR( uint32_t queueFamilyInd… in getWaylandPresentationSupportKHR()
46300 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWaylandPresentationSupportKHR( uint32_t queueFamilyInd… in getWaylandPresentationSupportKHR()
46310 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWin32PresentationSupportKHR( uint32_t queueFamilyIndex… in getWin32PresentationSupportKHR()
46316 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getWin32PresentationSupportKHR( uint32_t queueFamilyIndex… in getWin32PresentationSupportKHR()
46325 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXlibPresentationSupportKHR( uint32_t queueFamilyIndex,… in getXlibPresentationSupportKHR()
46331 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXlibPresentationSupportKHR( uint32_t queueFamilyIndex,… in getXlibPresentationSupportKHR()
46340 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXcbPresentationSupportKHR( uint32_t queueFamilyIndex, … in getXcbPresentationSupportKHR()
46346 …VULKAN_HPP_INLINE Bool32 PhysicalDevice::getXcbPresentationSupportKHR( uint32_t queueFamilyIndex, … in getXcbPresentationSupportKHR()
46354 …VULKAN_HPP_INLINE Result PhysicalDevice::getExternalImageFormatPropertiesNV( Format format, ImageT… in getExternalImageFormatPropertiesNV()
46360 …VULKAN_HPP_INLINE ResultValueType<ExternalImageFormatPropertiesNV>::type PhysicalDevice::getExtern… in getExternalImageFormatPropertiesNV()
46369 …VULKAN_HPP_INLINE void PhysicalDevice::getGeneratedCommandsPropertiesNVX( DeviceGeneratedCommandsF… in getGeneratedCommandsPropertiesNVX()
46375 …VULKAN_HPP_INLINE DeviceGeneratedCommandsLimitsNVX PhysicalDevice::getGeneratedCommandsPropertiesN… in getGeneratedCommandsPropertiesNVX()
46384 …VULKAN_HPP_INLINE void PhysicalDevice::getFeatures2( PhysicalDeviceFeatures2* pFeatures, Dispatch … in getFeatures2()
46390 VULKAN_HPP_INLINE PhysicalDeviceFeatures2 PhysicalDevice::getFeatures2(Dispatch const &d ) const in getFeatures2()
46397 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFeatures2(Dispatch const &d ) const in getFeatures2()
46407 …VULKAN_HPP_INLINE void PhysicalDevice::getFeatures2KHR( PhysicalDeviceFeatures2* pFeatures, Dispat… in getFeatures2KHR()
46413 …VULKAN_HPP_INLINE PhysicalDeviceFeatures2 PhysicalDevice::getFeatures2KHR(Dispatch const &d ) const in getFeatures2KHR()
46420 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFeatures2KHR(Dispatch const &d ) c… in getFeatures2KHR()
46430 …VULKAN_HPP_INLINE void PhysicalDevice::getProperties2( PhysicalDeviceProperties2* pProperties, Dis… in getProperties2()
46436 …VULKAN_HPP_INLINE PhysicalDeviceProperties2 PhysicalDevice::getProperties2(Dispatch const &d ) con… in getProperties2()
46443 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getProperties2(Dispatch const &d ) co… in getProperties2()
46453 …VULKAN_HPP_INLINE void PhysicalDevice::getProperties2KHR( PhysicalDeviceProperties2* pProperties, … in getProperties2KHR()
46459 …VULKAN_HPP_INLINE PhysicalDeviceProperties2 PhysicalDevice::getProperties2KHR(Dispatch const &d ) … in getProperties2KHR()
46466 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getProperties2KHR(Dispatch const &d )… in getProperties2KHR()
46476 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties2( Format format, FormatProperties2* pFo… in getFormatProperties2()
46482 …VULKAN_HPP_INLINE FormatProperties2 PhysicalDevice::getFormatProperties2( Format format, Dispatch … in getFormatProperties2()
46489 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFormatProperties2( Format format, … in getFormatProperties2()
46499 …VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties2KHR( Format format, FormatProperties2* … in getFormatProperties2KHR()
46505 …VULKAN_HPP_INLINE FormatProperties2 PhysicalDevice::getFormatProperties2KHR( Format format, Dispat… in getFormatProperties2KHR()
46512 …VULKAN_HPP_INLINE StructureChain<X, Y, Z...> PhysicalDevice::getFormatProperties2KHR( Format forma… in getFormatProperties2KHR()
46522 …VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties2( const PhysicalDeviceImageForma… in getImageFormatProperties2()
46528 …VULKAN_HPP_INLINE ResultValueType<ImageFormatProperties2>::type PhysicalDevice::getImageFormatProp… in getImageFormatProperties2()
46535 …VULKAN_HPP_INLINE typename ResultValueType<StructureChain<X, Y, Z...>>::type PhysicalDevice::getIm… in getImageFormatProperties2()
46545 …VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties2KHR( const PhysicalDeviceImageFo… in getImageFormatProperties2KHR()
46551 …VULKAN_HPP_INLINE ResultValueType<ImageFormatProperties2>::type PhysicalDevice::getImageFormatProp… in getImageFormatProperties2KHR()
46558 …VULKAN_HPP_INLINE typename ResultValueType<StructureChain<X, Y, Z...>>::type PhysicalDevice::getIm… in getImageFormatProperties2KHR()
46568 …VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties2( uint32_t* pQueueFamilyPropertyCo… in getQueueFamilyProperties2()
46574 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2()
46584 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2()
46596 …VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties2KHR( uint32_t* pQueueFamilyPropert… in getQueueFamilyProperties2KHR()
46602 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2KHR()
46612 …VULKAN_HPP_INLINE std::vector<QueueFamilyProperties2,Allocator> PhysicalDevice::getQueueFamilyProp… in getQueueFamilyProperties2KHR()
46624 …VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties2( PhysicalDeviceMemoryProperties2* pMem… in getMemoryProperties2()
46630 …VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties2 PhysicalDevice::getMemoryProperties2(Dispatch co… in getMemoryProperties2()
46639 …VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties2KHR( PhysicalDeviceMemoryProperties2* p… in getMemoryProperties2KHR()
46645 …VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties2 PhysicalDevice::getMemoryProperties2KHR(Dispatch… in getMemoryProperties2KHR()
46654 …VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties2( const PhysicalDeviceSparse… in getSparseImageFormatProperties2()
46660 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2()
46670 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2()
46682 …VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties2KHR( const PhysicalDeviceSpa… in getSparseImageFormatProperties2KHR()
46688 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2KHR()
46698 …VULKAN_HPP_INLINE std::vector<SparseImageFormatProperties2,Allocator> PhysicalDevice::getSparseIma… in getSparseImageFormatProperties2KHR()
46710 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalBufferProperties( const PhysicalDeviceExternalBu… in getExternalBufferProperties()
46716 …VULKAN_HPP_INLINE ExternalBufferProperties PhysicalDevice::getExternalBufferProperties( const Phys… in getExternalBufferProperties()
46725 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalBufferPropertiesKHR( const PhysicalDeviceExterna… in getExternalBufferPropertiesKHR()
46731 …VULKAN_HPP_INLINE ExternalBufferProperties PhysicalDevice::getExternalBufferPropertiesKHR( const P… in getExternalBufferPropertiesKHR()
46740 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalSemaphoreProperties( const PhysicalDeviceExterna… in getExternalSemaphoreProperties()
46746 …VULKAN_HPP_INLINE ExternalSemaphoreProperties PhysicalDevice::getExternalSemaphoreProperties( cons… in getExternalSemaphoreProperties()
46755 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalSemaphorePropertiesKHR( const PhysicalDeviceExte… in getExternalSemaphorePropertiesKHR()
46761 …VULKAN_HPP_INLINE ExternalSemaphoreProperties PhysicalDevice::getExternalSemaphorePropertiesKHR( c… in getExternalSemaphorePropertiesKHR()
46770 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalFenceProperties( const PhysicalDeviceExternalFen… in getExternalFenceProperties()
46776 …VULKAN_HPP_INLINE ExternalFenceProperties PhysicalDevice::getExternalFenceProperties( const Physic… in getExternalFenceProperties()
46785 …VULKAN_HPP_INLINE void PhysicalDevice::getExternalFencePropertiesKHR( const PhysicalDeviceExternal… in getExternalFencePropertiesKHR()
46791 …VULKAN_HPP_INLINE ExternalFenceProperties PhysicalDevice::getExternalFencePropertiesKHR( const Phy… in getExternalFencePropertiesKHR()
46801 …VULKAN_HPP_INLINE Result PhysicalDevice::releaseDisplayEXT( DisplayKHR display, Dispatch const &d)… in releaseDisplayEXT()
46807 …VULKAN_HPP_INLINE ResultValueType<void>::type PhysicalDevice::releaseDisplayEXT( DisplayKHR displa… in releaseDisplayEXT()
46816 …VULKAN_HPP_INLINE Result PhysicalDevice::acquireXlibDisplayEXT( Display* dpy, DisplayKHR display, … in acquireXlibDisplayEXT()
46822 …VULKAN_HPP_INLINE ResultValueType<Display>::type PhysicalDevice::acquireXlibDisplayEXT( DisplayKHR… in acquireXlibDisplayEXT()
46833 …VULKAN_HPP_INLINE Result PhysicalDevice::getRandROutputDisplayEXT( Display* dpy, RROutput rrOutput… in getRandROutputDisplayEXT()
46839 …VULKAN_HPP_INLINE ResultValueType<DisplayKHR>::type PhysicalDevice::getRandROutputDisplayEXT( Disp… in getRandROutputDisplayEXT()
46849 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilities2EXT( SurfaceKHR surface, SurfaceCa… in getSurfaceCapabilities2EXT()
46855 …VULKAN_HPP_INLINE ResultValueType<SurfaceCapabilities2EXT>::type PhysicalDevice::getSurfaceCapabil… in getSurfaceCapabilities2EXT()
46864 …VULKAN_HPP_INLINE Result PhysicalDevice::getPresentRectanglesKHR( SurfaceKHR surface, uint32_t* pR… in getPresentRectanglesKHR()
46870 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<Rect2D,Allocator>>::type PhysicalDevice::ge… in getPresentRectanglesKHR()
46892 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<Rect2D,Allocator>>::type PhysicalDevice::ge… in getPresentRectanglesKHR()
46916 …VULKAN_HPP_INLINE void PhysicalDevice::getMultisamplePropertiesEXT( SampleCountFlagBits samples, M… in getMultisamplePropertiesEXT()
46922 …VULKAN_HPP_INLINE MultisamplePropertiesEXT PhysicalDevice::getMultisamplePropertiesEXT( SampleCoun… in getMultisamplePropertiesEXT()
46931 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilities2KHR( const PhysicalDeviceSurfaceIn… in getSurfaceCapabilities2KHR()
46937 …VULKAN_HPP_INLINE ResultValueType<SurfaceCapabilities2KHR>::type PhysicalDevice::getSurfaceCapabil… in getSurfaceCapabilities2KHR()
46944 …VULKAN_HPP_INLINE typename ResultValueType<StructureChain<X, Y, Z...>>::type PhysicalDevice::getSu… in getSurfaceCapabilities2KHR()
46954 …VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceFormats2KHR( const PhysicalDeviceSurfaceInfo2KH… in getSurfaceFormats2KHR()
46960 …name ResultValueType<std::vector<SurfaceFormat2KHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormats2KHR()
46982 …name ResultValueType<std::vector<SurfaceFormat2KHR,Allocator>>::type PhysicalDevice::getSurfaceFor… in getSurfaceFormats2KHR()
47006 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayProperties2KHR( uint32_t* pPropertyCount, Displ… in getDisplayProperties2KHR()
47012 … ResultValueType<std::vector<DisplayProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayProperties2KHR()
47034 … ResultValueType<std::vector<DisplayProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPro… in getDisplayProperties2KHR()
47058 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneProperties2KHR( uint32_t* pPropertyCount, … in getDisplayPlaneProperties2KHR()
47064 …ltValueType<std::vector<DisplayPlaneProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneProperties2KHR()
47086 …ltValueType<std::vector<DisplayPlaneProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayPla… in getDisplayPlaneProperties2KHR()
47110 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayModeProperties2KHR( DisplayKHR display, uint32_… in getDisplayModeProperties2KHR()
47116 …ultValueType<std::vector<DisplayModeProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModeProperties2KHR()
47138 …ultValueType<std::vector<DisplayModeProperties2KHR,Allocator>>::type PhysicalDevice::getDisplayMod… in getDisplayModeProperties2KHR()
47162 …VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneCapabilities2KHR( const DisplayPlaneInfo2K… in getDisplayPlaneCapabilities2KHR()
47168 …VULKAN_HPP_INLINE ResultValueType<DisplayPlaneCapabilities2KHR>::type PhysicalDevice::getDisplayPl… in getDisplayPlaneCapabilities2KHR()
47177 …VULKAN_HPP_INLINE Result PhysicalDevice::getCalibrateableTimeDomainsEXT( uint32_t* pTimeDomainCoun… in getCalibrateableTimeDomainsEXT()
47183 …typename ResultValueType<std::vector<TimeDomainEXT,Allocator>>::type PhysicalDevice::getCalibratea… in getCalibrateableTimeDomainsEXT()
47205 …typename ResultValueType<std::vector<TimeDomainEXT,Allocator>>::type PhysicalDevice::getCalibratea… in getCalibrateableTimeDomainsEXT()
47395 … physicalDevices, rhs.physicalDevices, VK_MAX_DEVICE_GROUP_SIZE * sizeof( PhysicalDevice ) ) == 0 ) in operator ==()
47410 PhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE];
47480 …Result enumeratePhysicalDevices( uint32_t* pPhysicalDeviceCount, PhysicalDevice* pPhysicalDevices,…
47482 …template <typename Allocator = std::allocator<PhysicalDevice>, typename Dispatch = DispatchLoaderS…
47483 …typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type enumeratePhysicalDevices(Dis…
47484 …template <typename Allocator = std::allocator<PhysicalDevice>, typename Dispatch = DispatchLoaderS…
47485 …typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type enumeratePhysicalDevices(All…
47756 … Instance::enumeratePhysicalDevices( uint32_t* pPhysicalDeviceCount, PhysicalDevice* pPhysicalDevi… in enumeratePhysicalDevices()
47762 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type Instance::… in enumeratePhysicalDevices()
47764 std::vector<PhysicalDevice,Allocator> physicalDevices; in enumeratePhysicalDevices()
47784 …VULKAN_HPP_INLINE typename ResultValueType<std::vector<PhysicalDevice,Allocator>>::type Instance::… in enumeratePhysicalDevices()
47786 std::vector<PhysicalDevice,Allocator> physicalDevices( vectorAllocator ); in enumeratePhysicalDevices()
48369 const PhysicalDevice* pPhysicalDevices_ = nullptr ) in DeviceGroupDeviceCreateInfo()
48397 DeviceGroupDeviceCreateInfo& setPPhysicalDevices( const PhysicalDevice* pPhysicalDevices_ ) in setPPhysicalDevices()
48432 const PhysicalDevice* pPhysicalDevices;