Home
last modified time | relevance | path

Searched refs:gotQueueFamilyPropertyCount (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dswapchain.h173 bool gotQueueFamilyPropertyCount; member
Dswapchain.cpp343 pPhysicalDevice->gotQueueFamilyPropertyCount = true; in GetPhysicalDeviceQueueFamilyProperties()
468 if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceMirPresentationSupportKHR()
554 if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceWaylandPresentationSupportKHR()
639 if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceWin32PresentationSupportKHR()
724 if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceXcbPresentationSupportKHR()
810 if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceXlibPresentationSupportKHR()
1177 my_data->physicalDeviceMap[pPhysicalDevices[i]].gotQueueFamilyPropertyCount = false; in EnumeratePhysicalDevices()
1291 if (!pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceSurfaceSupportKHR()
1297 } else if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceSurfaceSupportKHR()
1322 if (pPhysicalDevice->gotQueueFamilyPropertyCount) { in GetPhysicalDeviceSurfaceSupportKHR()
[all …]