Lines Matching refs:displayPlaneProperties
263 VkDisplayPlanePropertiesKHR *displayPlaneProperties = NULL; in SDL_Vulkan_Display_CreateSurface() local
371 …displayPlaneProperties = SDL_malloc(sizeof(VkDisplayPlanePropertiesKHR) * displayPlanePropertiesCo… in SDL_Vulkan_Display_CreateSurface()
372 if(!displayPlaneProperties) in SDL_Vulkan_Display_CreateSurface()
379 …iceDisplayPlanePropertiesKHR(physicalDevice, &displayPlanePropertiesCount, displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
383 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
394 if (displayPlaneProperties[i].currentDisplay == VK_NULL_HANDLE) in SDL_Vulkan_Display_CreateSurface()
409 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
420 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
440 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
460 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
465 createInfo.planeStackIndex = displayPlaneProperties[planeIndex].currentStackIndex; in SDL_Vulkan_Display_CreateSurface()
466 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
467 displayPlaneProperties = NULL; in SDL_Vulkan_Display_CreateSurface()