Home
last modified time | relevance | path

Searched refs:VK_ERROR_DEVICE_LOST (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.h356 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()
Dvk_queue.c120 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()
Dvk_fence.c237 return VK_ERROR_DEVICE_LOST; in vk_common_GetFenceStatus()
261 return VK_ERROR_DEVICE_LOST; in vk_common_WaitForFences()
Dvk_device.c281 __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()
Dvk_semaphore.c320 return VK_ERROR_DEVICE_LOST; in vk_common_GetSemaphoreCounterValue()
336 return VK_ERROR_DEVICE_LOST; in vk_common_WaitSemaphores()
/hardware/google/gfxstream/host/vulkan/
Dvk_util_unittest.cpp145 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()
DVkDecoder.cpp268 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 …]
Dvk_util.h297 if (err == VK_ERROR_DEVICE_LOST) { \
DVkSubDecoder.cpp76 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()
DVkDecoderGlobalState.cpp2128 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()
DVkCommonOperations.cpp2858 if (!sVkEmulation || !sVkEmulation->live) return VK_ERROR_DEVICE_LOST; in mapGpaToBufferHandle()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_device_fault.adoc29 which may be called subsequent to a ename:VK_ERROR_DEVICE_LOST error code
DVK_KHR_maintenance5.adoc63 * Adds stronger guarantees for propagation of ename:VK_ERROR_DEVICE_LOST
DVK_KHR_shared_presentable_image.adoc116 ename:VK_ERROR_DEVICE_LOST error.
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp68 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/
Ddevice_diagnostic_checkpoints.adoc34 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/
Dwsi_common_x11.c1486 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()
Dwsi_common_display.c1148 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()
Dwsi_common_win32.cpp696 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/
DVK_KHR_maintenance5.adoc93 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/
Ddevsandqueues.adoc2839 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/
Dwriting.adoc76 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/
Dwsi.adoc173 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/
DResourceTracker.cpp4681 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/
Dvulkansc_enums.hpp249 eErrorDeviceLost = VK_ERROR_DEVICE_LOST,

12