/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.h | 356 return VK_ERROR_DEVICE_LOST; in vk_device_check_status() 363 assert(result == VK_SUCCESS || result == VK_ERROR_DEVICE_LOST); in vk_device_check_status() 364 if (result == VK_ERROR_DEVICE_LOST) in vk_device_check_status()
|
D | vk_queue.c | 120 return VK_ERROR_DEVICE_LOST; in _vk_queue_set_lost() 138 return VK_ERROR_DEVICE_LOST; in _vk_queue_set_lost() 274 result = VK_ERROR_DEVICE_LOST; in vk_queue_drain() 1017 return VK_ERROR_DEVICE_LOST; in vk_queue_wait_before_present() 1068 return VK_ERROR_DEVICE_LOST; in vk_queue_wait_before_present() 1154 return VK_ERROR_DEVICE_LOST; in vk_common_QueueSubmit2KHR() 1193 return VK_ERROR_DEVICE_LOST; in vk_common_QueueBindSparse() 1311 return VK_ERROR_DEVICE_LOST; in vk_common_QueueWaitIdle()
|
D | vk_fence.c | 237 return VK_ERROR_DEVICE_LOST; in vk_common_GetFenceStatus() 261 return VK_ERROR_DEVICE_LOST; in vk_common_WaitForFences()
|
D | vk_device.c | 281 __vk_errorf(queue, VK_ERROR_DEVICE_LOST, in _vk_device_report_lost() 298 return VK_ERROR_DEVICE_LOST; in _vk_device_set_lost() 305 __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap); in _vk_device_set_lost() 314 return VK_ERROR_DEVICE_LOST; in _vk_device_set_lost()
|
D | vk_semaphore.c | 320 return VK_ERROR_DEVICE_LOST; in vk_common_GetSemaphoreCounterValue() 336 return VK_ERROR_DEVICE_LOST; in vk_common_WaitSemaphores()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_util_unittest.cpp | 145 EXPECT_EXIT(VK_CHECK(VK_ERROR_DEVICE_LOST), testing::ExitedWithCode(43), ""); in TEST() 163 EXPECT_EXIT(VK_CHECK(VK_ERROR_DEVICE_LOST), testing::ExitedWithCode(42), ""); in TEST() 170 EXPECT_EXIT(VK_CHECK(VK_ERROR_DEVICE_LOST), testing::ExitedWithCode(42), ""); in TEST()
|
D | VkDecoder.cpp | 268 if ((vkCreateInstance_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 388 if ((vkEnumeratePhysicalDevices_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 584 VK_ERROR_DEVICE_LOST) in decode() 945 if ((vkCreateDevice_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 1078 VK_ERROR_DEVICE_LOST) in decode() 1199 if ((vkEnumerateDeviceExtensionProperties_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 1295 if ((vkEnumerateInstanceLayerProperties_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 1402 if ((vkEnumerateDeviceLayerProperties_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 1536 if ((vkQueueSubmit_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() 1572 if ((vkQueueWaitIdle_VkResult_return) == VK_ERROR_DEVICE_LOST) in decode() [all …]
|
D | vk_util.h | 297 if (err == VK_ERROR_DEVICE_LOST) { \
|
D | VkSubDecoder.cpp | 76 if ((vkBeginCommandBuffer_VkResult_return) == VK_ERROR_DEVICE_LOST) in subDecode() 87 if ((vkEndCommandBuffer_VkResult_return) == VK_ERROR_DEVICE_LOST) in subDecode() 102 if ((vkResetCommandBuffer_VkResult_return) == VK_ERROR_DEVICE_LOST) in subDecode()
|
D | VkDecoderGlobalState.cpp | 2128 return VK_ERROR_DEVICE_LOST; in on_vkCreateImage() 2133 return VK_ERROR_DEVICE_LOST; in on_vkCreateImage() 4376 return VK_ERROR_DEVICE_LOST; in on_vkAllocateMemory() 6327 void on_DeviceLost() { GFXSTREAM_ABORT(FatalError(VK_ERROR_DEVICE_LOST)); } in on_DeviceLost()
|
D | VkCommonOperations.cpp | 2858 if (!sVkEmulation || !sVkEmulation->live) return VK_ERROR_DEVICE_LOST; in mapGpaToBufferHandle()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_device_fault.adoc | 29 which may be called subsequent to a ename:VK_ERROR_DEVICE_LOST error code
|
D | VK_KHR_maintenance5.adoc | 63 * Adds stronger guarantees for propagation of ename:VK_ERROR_DEVICE_LOST
|
D | VK_KHR_shared_presentable_image.adoc | 116 ename:VK_ERROR_DEVICE_LOST error.
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 68 return VK_ERROR_DEVICE_LOST; in SetupInstanceForProcess() 78 return VK_ERROR_DEVICE_LOST; in SetupInstanceForProcess() 92 return VK_ERROR_DEVICE_LOST; in SetupInstanceForProcess() 330 VK_HOST_CONNECTION(VK_ERROR_DEVICE_LOST); in gfxstream_vk_CreateInstance()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/ |
D | device_diagnostic_checkpoints.adoc | 34 return a ename:VK_ERROR_DEVICE_LOST error to the application at some point 93 return a ename:VK_ERROR_DEVICE_LOST error to the application at a certain
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1486 result = VK_ERROR_DEVICE_LOST; in x11_acquire_next_image_poll_x11() 1510 return VK_ERROR_DEVICE_LOST; in x11_acquire_next_image_poll_x11() 2447 result = VK_ERROR_DEVICE_LOST; in x11_wait_for_present_queued() 2512 return VK_ERROR_DEVICE_LOST; in x11_wait_for_present_polled() 2535 return VK_ERROR_DEVICE_LOST; in x11_wait_for_present_polled()
|
D | wsi_common_display.c | 1148 return VK_ERROR_DEVICE_LOST; in wsi_display_image_init() 1683 result = VK_ERROR_DEVICE_LOST; in wsi_display_fence_wait() 2070 result = VK_ERROR_DEVICE_LOST; in wsi_display_wait_for_present()
|
D | wsi_common_win32.cpp | 696 case DXGI_ERROR_DEVICE_REMOVED: return VK_ERROR_DEVICE_LOST; in wsi_win32_queue_present_dxgi()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 93 ename:VK_ERROR_DEVICE_LOST have some form of exemption or 267 Following device-loss, entrypoints that may return `VK_ERROR_DEVICE_LOST` do so
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 2839 When this happens, certain commands will return ename:VK_ERROR_DEVICE_LOST. 2847 create a new logical device will fail, returning ename:VK_ERROR_DEVICE_LOST. 2880 that return a elink:VkResult may: return ename:VK_ERROR_DEVICE_LOST. 2882 ename:VK_ERROR_DEVICE_LOST in the Return Codes section for each command. 2894 ename:VK_SUCCESS or ename:VK_ERROR_DEVICE_LOST. 2895 For any command that may: return ename:VK_ERROR_DEVICE_LOST, for the purpose 2899 ename:VK_ERROR_DEVICE_LOST is equivalent to ename:VK_SUCCESS. 2904 ename:VK_ERROR_DEVICE_LOST, then all device commands for which 2905 ename:VK_ERROR_DEVICE_LOST is a valid return value and which happen-after it 2906 on the same host thread must: return ename:VK_ERROR_DEVICE_LOST. [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 76 A ename:VK_ERROR_DEVICE_LOST error 82 A ename:VK_ERROR_DEVICE_LOST error 91 An ename:VK_ERROR_DEVICE_LOST error may occur.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 173 fname:vkCreateSwapchainKHR will return ename:VK_ERROR_DEVICE_LOST if the 1082 ename:VK_ERROR_DEVICE_LOST. 1411 ename:VK_ERROR_DEVICE_LOST. 1682 * If the device is lost, ename:VK_ERROR_DEVICE_LOST is returned.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 4681 if (VK_ERROR_DEVICE_LOST == currentFenceStatus) { // Other error in on_vkGetFenceFdKHR() 4684 return VK_ERROR_DEVICE_LOST; in on_vkGetFenceFdKHR() 4733 return VK_ERROR_DEVICE_LOST; in on_vkGetFenceFdKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 249 eErrorDeviceLost = VK_ERROR_DEVICE_LOST,
|