Lines Matching refs:unwrapped_phys_dev

226     VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
227 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
234 return disp->GetPhysicalDeviceSurfaceSupportKHR(unwrapped_phys_dev, queueFamilyIndex, surface, pSupported);
281 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
282 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
289 return disp->GetPhysicalDeviceSurfaceCapabilitiesKHR(unwrapped_phys_dev, surface, pSurfaceCapabilities);
337 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
338 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
345 return disp->GetPhysicalDeviceSurfaceFormatsKHR(unwrapped_phys_dev, surface, pSurfaceFormatCount, pSurfaceFormats);
395 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
396 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
403 return disp->GetPhysicalDeviceSurfacePresentModesKHR(unwrapped_phys_dev, surface, pPresentModeCount, pPresentModes);
666 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
667 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
674 return disp->GetPhysicalDeviceWin32PresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex);
786 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
787 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
794 return disp->GetPhysicalDeviceWaylandPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, display);
909 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
910 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
917 return disp->GetPhysicalDeviceXcbPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, connection, visual_id);
1033 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
1034 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
1041 return disp->GetPhysicalDeviceXlibPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, dpy, visualID);
1158 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
1159 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
1166 return disp->GetPhysicalDeviceDirectFBPresentationSupportEXT(unwrapped_phys_dev, queueFamilyIndex, dfb);
1756 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
1757 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
1764 VkBool32 res = disp->GetPhysicalDeviceScreenPresentationSupportQNX(unwrapped_phys_dev, queueFamilyIndex, window);
1877 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
1878 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
1885 VkResult res = disp->GetPhysicalDeviceDisplayPropertiesKHR(unwrapped_phys_dev, pPropertyCount, pProperties);
1918 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
1919 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
1926 VkResult res = disp->GetPhysicalDeviceDisplayPlanePropertiesKHR(unwrapped_phys_dev, pPropertyCount, pProperties);
1960 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
1961 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
1968 VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR(unwrapped_phys_dev, planeIndex, pDisplayCount, pDisplays);
2001 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2002 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2009 VkResult res = disp->GetDisplayModePropertiesKHR(unwrapped_phys_dev, display, pPropertyCount, pProperties);
2044 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2045 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2052 VkResult res = disp->CreateDisplayModeKHR(unwrapped_phys_dev, display, pCreateInfo, pAllocator, pMode);
2083 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2084 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2091 VkResult res = disp->GetDisplayPlaneCapabilitiesKHR(unwrapped_phys_dev, mode, planeIndex, pCapabilities);
2310 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2311 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2318 return disp->GetPhysicalDevicePresentRectanglesKHR(unwrapped_phys_dev, surface, pRectCount, pRects);
2361 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2362 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2369 return disp->GetPhysicalDeviceDisplayProperties2KHR(unwrapped_phys_dev, pPropertyCount, pProperties);
2416 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2417 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2424 return disp->GetPhysicalDeviceDisplayPlaneProperties2KHR(unwrapped_phys_dev, pPropertyCount, pProperties);
2473 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2474 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2481 return disp->GetDisplayModeProperties2KHR(unwrapped_phys_dev, display, pPropertyCount, pProperties);
2529 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2530 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2537 return disp->GetDisplayPlaneCapabilities2KHR(unwrapped_phys_dev, pDisplayPlaneInfo, pCapabilities);
2655 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2656 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2663 return disp->GetPhysicalDeviceSurfaceCapabilities2KHR(unwrapped_phys_dev, pSurfaceInfo, pSurfaceCapabilities);
2746 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
2747 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
2754 return disp->GetPhysicalDeviceSurfaceFormats2KHR(unwrapped_phys_dev, pSurfaceInfo, pSurfaceFormatCount, pSurfaceFormats);