Lines Matching refs:disp

154     const VkLayerInstanceDispatchTable *disp;
155 disp = loader_get_instance_dispatch(instance);
156 disp->DestroySurfaceKHR(instance, surface, pAllocator);
202 const VkLayerInstanceDispatchTable *disp;
205 disp = loader_get_instance_dispatch(physicalDevice);
206 VkResult res = disp->GetPhysicalDeviceSurfaceSupportKHR(
256 const VkLayerInstanceDispatchTable *disp;
259 disp = loader_get_instance_dispatch(physicalDevice);
260 VkResult res = disp->GetPhysicalDeviceSurfaceCapabilitiesKHR(
314 const VkLayerInstanceDispatchTable *disp;
315 disp = loader_get_instance_dispatch(physicalDevice);
316 VkResult res = disp->GetPhysicalDeviceSurfaceFormatsKHR(
369 const VkLayerInstanceDispatchTable *disp;
370 disp = loader_get_instance_dispatch(physicalDevice);
371 VkResult res = disp->GetPhysicalDeviceSurfacePresentModesKHR(
422 const VkLayerDispatchTable *disp;
423 disp = loader_get_dispatch(device);
424 return disp->CreateSwapchainKHR(device, pCreateInfo, pAllocator,
462 const VkLayerDispatchTable *disp;
463 disp = loader_get_dispatch(device);
464 disp->DestroySwapchainKHR(device, swapchain, pAllocator);
474 const VkLayerDispatchTable *disp;
475 disp = loader_get_dispatch(device);
476 return disp->GetSwapchainImagesKHR(
487 const VkLayerDispatchTable *disp;
488 disp = loader_get_dispatch(device);
489 return disp->AcquireNextImageKHR(device, swapchain, timeout,
496 const VkLayerDispatchTable *disp;
497 disp = loader_get_dispatch(queue);
498 return disp->QueuePresentKHR(queue, pPresentInfo);
544 const VkLayerInstanceDispatchTable *disp;
545 disp = loader_get_instance_dispatch(instance);
548 res = disp->CreateWin32SurfaceKHR(instance, pCreateInfo, pAllocator,
629 const VkLayerInstanceDispatchTable *disp;
630 disp = loader_get_instance_dispatch(physicalDevice);
631 VkBool32 res = disp->GetPhysicalDeviceWin32PresentationSupportKHR(
674 const VkLayerInstanceDispatchTable *disp;
675 disp = loader_get_instance_dispatch(instance);
679 disp->CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
758 const VkLayerInstanceDispatchTable *disp;
759 disp = loader_get_instance_dispatch(physicalDevice);
760 VkBool32 res = disp->GetPhysicalDeviceMirPresentationSupportKHR(
805 const VkLayerInstanceDispatchTable *disp;
806 disp = loader_get_instance_dispatch(instance);
809 res = disp->CreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocator,
890 const VkLayerInstanceDispatchTable *disp;
891 disp = loader_get_instance_dispatch(physicalDevice);
892 VkBool32 res = disp->GetPhysicalDeviceWaylandPresentationSupportKHR(
937 const VkLayerInstanceDispatchTable *disp;
938 disp = loader_get_instance_dispatch(instance);
942 disp->CreateXcbSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
1022 const VkLayerInstanceDispatchTable *disp;
1023 disp = loader_get_instance_dispatch(physicalDevice);
1024 VkBool32 res = disp->GetPhysicalDeviceXcbPresentationSupportKHR(
1068 const VkLayerInstanceDispatchTable *disp;
1069 disp = loader_get_instance_dispatch(instance);
1073 disp->CreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
1151 const VkLayerInstanceDispatchTable *disp;
1152 disp = loader_get_instance_dispatch(physicalDevice);
1153 VkBool32 res = disp->GetPhysicalDeviceXlibPresentationSupportKHR(
1198 const VkLayerInstanceDispatchTable *disp;
1199 disp = loader_get_instance_dispatch(instance);
1202 res = disp->CreateAndroidSurfaceKHR(instance, window, pAllocator, pSurface);
1246 const VkLayerInstanceDispatchTable *disp;
1247 disp = loader_get_instance_dispatch(physicalDevice);
1248 VkResult res = disp->GetPhysicalDeviceDisplayPropertiesKHR(
1284 const VkLayerInstanceDispatchTable *disp;
1285 disp = loader_get_instance_dispatch(physicalDevice);
1286 VkResult res = disp->GetPhysicalDeviceDisplayPlanePropertiesKHR(
1326 const VkLayerInstanceDispatchTable *disp;
1327 disp = loader_get_instance_dispatch(physicalDevice);
1328 VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR(
1363 const VkLayerInstanceDispatchTable *disp;
1364 disp = loader_get_instance_dispatch(physicalDevice);
1365 VkResult res = disp->GetDisplayModePropertiesKHR(
1401 const VkLayerInstanceDispatchTable *disp;
1402 disp = loader_get_instance_dispatch(physicalDevice);
1403 VkResult res = disp->CreateDisplayModeKHR(unwrapped_phys_dev, display,
1439 const VkLayerInstanceDispatchTable *disp;
1440 disp = loader_get_instance_dispatch(physicalDevice);
1441 VkResult res = disp->GetDisplayPlaneCapabilitiesKHR(
1474 const VkLayerInstanceDispatchTable *disp;
1475 disp = loader_get_instance_dispatch(instance);
1478 res = disp->CreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator,
1525 const VkLayerDispatchTable *disp;
1526 disp = loader_get_dispatch(device);
1527 return disp->CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains);