Searched refs:displayPlaneProperties (Results 1 – 3 of 3) sorted by relevance
263 VkDisplayPlanePropertiesKHR *displayPlaneProperties = NULL; in SDL_Vulkan_Display_CreateSurface() local372 if(!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()[all …]
5829 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
15673 && ( displayPlaneProperties == rhs.displayPlaneProperties ); in operator ==()15686 DisplayPlanePropertiesKHR displayPlaneProperties; member
Completed in 243 milliseconds