Lines Matching refs:disp
186 loader_inst->disp->layer_inst_disp.DestroySurfaceKHR(loader_inst->instance, surface, pAllocator);
225 const VkLayerInstanceDispatchTable *disp;
233 disp = loader_get_instance_layer_dispatch(physicalDevice);
234 return disp->GetPhysicalDeviceSurfaceSupportKHR(unwrapped_phys_dev, queueFamilyIndex, surface, pSupported);
280 const VkLayerInstanceDispatchTable *disp;
288 disp = loader_get_instance_layer_dispatch(physicalDevice);
289 return disp->GetPhysicalDeviceSurfaceCapabilitiesKHR(unwrapped_phys_dev, surface, pSurfaceCapabilities);
336 const VkLayerInstanceDispatchTable *disp;
344 disp = loader_get_instance_layer_dispatch(physicalDevice);
345 return disp->GetPhysicalDeviceSurfaceFormatsKHR(unwrapped_phys_dev, surface, pSurfaceFormatCount, pSurfaceFormats);
394 const VkLayerInstanceDispatchTable *disp;
402 disp = loader_get_instance_layer_dispatch(physicalDevice);
403 return disp->GetPhysicalDeviceSurfacePresentModesKHR(unwrapped_phys_dev, surface, pPresentModeCount, pPresentModes);
452 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
453 if (NULL == disp) {
458 if (NULL == disp->CreateSwapchainKHR) {
466 return disp->CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
515 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
516 if (NULL == disp) {
521 disp->DestroySwapchainKHR(device, swapchain, pAllocator);
527 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
528 if (NULL == disp) {
533 return disp->GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
539 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
540 if (NULL == disp) {
545 return disp->AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex);
550 const VkLayerDispatchTable *disp = loader_get_dispatch(queue);
551 if (NULL == disp) {
556 return disp->QueuePresentKHR(queue, pPresentInfo);
595 return loader_inst->disp->layer_inst_disp.CreateWin32SurfaceKHR(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
665 const VkLayerInstanceDispatchTable *disp;
673 disp = loader_get_instance_layer_dispatch(physicalDevice);
674 return disp->GetPhysicalDeviceWin32PresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex);
715 return loader_inst->disp->layer_inst_disp.CreateWaylandSurfaceKHR(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
785 const VkLayerInstanceDispatchTable *disp;
793 disp = loader_get_instance_layer_dispatch(physicalDevice);
794 return disp->GetPhysicalDeviceWaylandPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, display);
838 return loader_inst->disp->layer_inst_disp.CreateXcbSurfaceKHR(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
908 const VkLayerInstanceDispatchTable *disp;
916 disp = loader_get_instance_layer_dispatch(physicalDevice);
917 return disp->GetPhysicalDeviceXcbPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, connection, visual_id);
963 return loader_inst->disp->layer_inst_disp.CreateXlibSurfaceKHR(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1032 const VkLayerInstanceDispatchTable *disp;
1040 disp = loader_get_instance_layer_dispatch(physicalDevice);
1041 return disp->GetPhysicalDeviceXlibPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, dpy, visualID);
1085 return loader_inst->disp->layer_inst_disp.CreateDirectFBSurfaceEXT(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1157 const VkLayerInstanceDispatchTable *disp;
1165 disp = loader_get_instance_layer_dispatch(physicalDevice);
1166 return disp->GetPhysicalDeviceDirectFBPresentationSupportEXT(unwrapped_phys_dev, queueFamilyIndex, dfb);
1212 return loader_inst->disp->layer_inst_disp.CreateAndroidSurfaceKHR(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1260 return loader_inst->disp->layer_inst_disp.CreateSurfaceOHOS(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1305 return loader_inst->disp->layer_inst_disp.CreateHeadlessSurfaceEXT(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1408 return loader_inst->disp->layer_inst_disp.CreateMacOSSurfaceMVK(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1488 return loader_inst->disp->layer_inst_disp.CreateIOSSurfaceMVK(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1536 return loader_inst->disp->layer_inst_disp.CreateStreamDescriptorSurfaceGGP(loader_inst->instance, pCreateInfo, pAllocator,
1614 return loader_inst->disp->layer_inst_disp.CreateMetalSurfaceEXT(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1686 return loader_inst->disp->layer_inst_disp.CreateScreenSurfaceQNX(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1763 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice);
1764 VkBool32 res = disp->GetPhysicalDeviceScreenPresentationSupportQNX(unwrapped_phys_dev, queueFamilyIndex, window);
1807 return loader_inst->disp->layer_inst_disp.CreateViSurfaceNN(loader_inst->instance, pCreateInfo, pAllocator, pSurface);
1876 const VkLayerInstanceDispatchTable *disp;
1884 disp = loader_get_instance_layer_dispatch(physicalDevice);
1885 VkResult res = disp->GetPhysicalDeviceDisplayPropertiesKHR(unwrapped_phys_dev, pPropertyCount, pProperties);
1917 const VkLayerInstanceDispatchTable *disp;
1925 disp = loader_get_instance_layer_dispatch(physicalDevice);
1926 VkResult res = disp->GetPhysicalDeviceDisplayPlanePropertiesKHR(unwrapped_phys_dev, pPropertyCount, pProperties);
1959 const VkLayerInstanceDispatchTable *disp;
1967 disp = loader_get_instance_layer_dispatch(physicalDevice);
1968 VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR(unwrapped_phys_dev, planeIndex, pDisplayCount, pDisplays);
2000 const VkLayerInstanceDispatchTable *disp;
2008 disp = loader_get_instance_layer_dispatch(physicalDevice);
2009 VkResult res = disp->GetDisplayModePropertiesKHR(unwrapped_phys_dev, display, pPropertyCount, pProperties);
2043 const VkLayerInstanceDispatchTable *disp;
2051 disp = loader_get_instance_layer_dispatch(physicalDevice);
2052 VkResult res = disp->CreateDisplayModeKHR(unwrapped_phys_dev, display, pCreateInfo, pAllocator, pMode);
2082 const VkLayerInstanceDispatchTable *disp;
2090 disp = loader_get_instance_layer_dispatch(physicalDevice);
2091 VkResult res = disp->GetDisplayPlaneCapabilitiesKHR(unwrapped_phys_dev, mode, planeIndex, pCapabilities);
2131 return loader_inst->disp->layer_inst_disp.CreateDisplayPlaneSurfaceKHR(loader_inst->instance, pCreateInfo, pAllocator,
2207 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
2208 if (NULL == disp) {
2213 return disp->CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains);
2258 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
2259 if (NULL == disp) {
2265 return disp->GetDeviceGroupPresentCapabilitiesKHR(device, pDeviceGroupPresentCapabilities);
2270 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
2271 if (NULL == disp) {
2277 return disp->GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes);
2309 const VkLayerInstanceDispatchTable *disp;
2317 disp = loader_get_instance_layer_dispatch(physicalDevice);
2318 return disp->GetPhysicalDevicePresentRectanglesKHR(unwrapped_phys_dev, surface, pRectCount, pRects);
2346 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
2347 if (NULL == disp) {
2352 return disp->AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex);
2360 const VkLayerInstanceDispatchTable *disp;
2368 disp = loader_get_instance_layer_dispatch(physicalDevice);
2369 return disp->GetPhysicalDeviceDisplayProperties2KHR(unwrapped_phys_dev, pPropertyCount, pProperties);
2415 const VkLayerInstanceDispatchTable *disp;
2423 disp = loader_get_instance_layer_dispatch(physicalDevice);
2424 return disp->GetPhysicalDeviceDisplayPlaneProperties2KHR(unwrapped_phys_dev, pPropertyCount, pProperties);
2472 const VkLayerInstanceDispatchTable *disp;
2480 disp = loader_get_instance_layer_dispatch(physicalDevice);
2481 return disp->GetDisplayModeProperties2KHR(unwrapped_phys_dev, display, pPropertyCount, pProperties);
2528 const VkLayerInstanceDispatchTable *disp;
2536 disp = loader_get_instance_layer_dispatch(physicalDevice);
2537 return disp->GetDisplayPlaneCapabilities2KHR(unwrapped_phys_dev, pDisplayPlaneInfo, pCapabilities);
2581 return loader_inst->disp->layer_inst_disp.CreateImagePipeSurfaceFUCHSIA(loader_inst->instance, pCreateInfo, pAllocator,
2654 const VkLayerInstanceDispatchTable *disp;
2662 disp = loader_get_instance_layer_dispatch(physicalDevice);
2663 return disp->GetPhysicalDeviceSurfaceCapabilities2KHR(unwrapped_phys_dev, pSurfaceInfo, pSurfaceCapabilities);
2745 const VkLayerInstanceDispatchTable *disp;
2753 disp = loader_get_instance_layer_dispatch(physicalDevice);
2754 return disp->GetPhysicalDeviceSurfaceFormats2KHR(unwrapped_phys_dev, pSurfaceInfo, pSurfaceFormatCount, pSurfaceFormats);