Lines Matching refs:VK_NULL_HANDLE
40 , fSurface(VK_NULL_HANDLE) in VulkanWindowContext()
41 , fSwapchain(VK_NULL_HANDLE) in VulkanWindowContext()
59 if (device != VK_NULL_HANDLE) { in initializeContext()
89 VK_NULL_HANDLE)); in initializeContext()
103 if (fDebugCallback != VK_NULL_HANDLE) { in initializeContext()
124 if (VK_NULL_HANDLE == fSurface) { in initializeContext()
319 if (swapchainCreateInfo.oldSwapchain != VK_NULL_HANDLE) { in createSwapchain()
441 if (VK_NULL_HANDLE != fSwapchain) { in destroyContext()
443 fSwapchain = VK_NULL_HANDLE; in destroyContext()
446 if (VK_NULL_HANDLE != fSurface) { in destroyContext()
448 fSurface = VK_NULL_HANDLE; in destroyContext()
456 if (VK_NULL_HANDLE != fDevice) { in destroyContext()
458 fDevice = VK_NULL_HANDLE; in destroyContext()
462 if (fDebugCallback != VK_NULL_HANDLE) { in destroyContext()
467 fPhysicalDevice = VK_NULL_HANDLE; in destroyContext()
469 if (VK_NULL_HANDLE != fInstance) { in destroyContext()
471 fInstance = VK_NULL_HANDLE; in destroyContext()
504 semaphore, VK_NULL_HANDLE, in getBackbufferSurface()
522 semaphore, VK_NULL_HANDLE, in getBackbufferSurface()