Lines Matching refs:VK_NULL_HANDLE
40 , fSurface(VK_NULL_HANDLE) in VulkanWindowContext()
41 , fSwapchain(VK_NULL_HANDLE) in VulkanWindowContext()
58 if (device != VK_NULL_HANDLE) { in initializeContext()
88 VK_NULL_HANDLE)); in initializeContext()
102 if (fDebugCallback != VK_NULL_HANDLE) { in initializeContext()
123 if (VK_NULL_HANDLE == fSurface) { in initializeContext()
307 if (swapchainCreateInfo.oldSwapchain != VK_NULL_HANDLE) { in createSwapchain()
405 if (VK_NULL_HANDLE != fSwapchain) { in destroyContext()
407 fSwapchain = VK_NULL_HANDLE; in destroyContext()
410 if (VK_NULL_HANDLE != fSurface) { in destroyContext()
412 fSurface = VK_NULL_HANDLE; in destroyContext()
419 if (VK_NULL_HANDLE != fDevice) { in destroyContext()
421 fDevice = VK_NULL_HANDLE; in destroyContext()
425 if (fDebugCallback != VK_NULL_HANDLE) { in destroyContext()
430 fPhysicalDevice = VK_NULL_HANDLE; in destroyContext()
432 if (VK_NULL_HANDLE != fInstance) { in destroyContext()
434 fInstance = VK_NULL_HANDLE; in destroyContext()
466 semaphore, VK_NULL_HANDLE, in getBackbufferSurface()
484 semaphore, VK_NULL_HANDLE, in getBackbufferSurface()