Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dwsi.c496 VkIcdSurfaceWin32 *pIcdSurface = NULL; in terminator_CreateWin32SurfaceKHR() local
498 pIcdSurface = loader_heap_alloc(ptr_instance, sizeof(VkIcdSurfaceWin32), in terminator_CreateWin32SurfaceKHR()
500 if (pIcdSurface == NULL) { in terminator_CreateWin32SurfaceKHR()
504 pIcdSurface->base.platform = VK_ICD_WSI_PLATFORM_WIN32; in terminator_CreateWin32SurfaceKHR()
505 pIcdSurface->hinstance = pCreateInfo->hinstance; in terminator_CreateWin32SurfaceKHR()
506 pIcdSurface->hwnd = pCreateInfo->hwnd; in terminator_CreateWin32SurfaceKHR()
508 *pSurface = (VkSurfaceKHR)pIcdSurface; in terminator_CreateWin32SurfaceKHR()
583 VkIcdSurfaceMir *pIcdSurface = NULL; in terminator_CreateMirSurfaceKHR() local
585 pIcdSurface = loader_heap_alloc(ptr_instance, sizeof(VkIcdSurfaceMir), in terminator_CreateMirSurfaceKHR()
587 if (pIcdSurface == NULL) { in terminator_CreateMirSurfaceKHR()
[all …]