Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp45 case VK_ERROR_DEVICE_LOST: in VkResultAsString()
85 if (result == VK_ERROR_DEVICE_LOST) { in CheckVkSuccessImpl()
102 } else if (result == VK_ERROR_DEVICE_LOST) { in CheckVkOOMThenSuccessImpl()
DDeviceVk.cpp546 INJECT_ERROR_OR_RUN(fn.GetFenceStatus(mVkDevice, fence), VK_ERROR_DEVICE_LOST)); in CheckAndUpdateCompletedSerials()
887 VK_ERROR_DEVICE_LOST)); in WaitForIdleForDestruction()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.h335 return VK_ERROR_DEVICE_LOST; in vk_device_check_status()
342 assert(result == VK_SUCCESS || result == VK_ERROR_DEVICE_LOST); in vk_device_check_status()
343 if (result == VK_ERROR_DEVICE_LOST) in vk_device_check_status()
Dvk_queue.c119 return VK_ERROR_DEVICE_LOST; in _vk_queue_set_lost()
137 return VK_ERROR_DEVICE_LOST; in _vk_queue_set_lost()
273 result = VK_ERROR_DEVICE_LOST; in vk_queue_drain()
1006 return VK_ERROR_DEVICE_LOST; in vk_queue_wait_before_present()
1057 return VK_ERROR_DEVICE_LOST; in vk_queue_wait_before_present()
1135 return VK_ERROR_DEVICE_LOST; in vk_common_QueueSubmit2KHR()
1174 return VK_ERROR_DEVICE_LOST; in vk_common_QueueBindSparse()
1290 return VK_ERROR_DEVICE_LOST; in vk_common_QueueWaitIdle()
Dvk_device.c288 __vk_errorf(queue, VK_ERROR_DEVICE_LOST, in _vk_device_report_lost()
305 return VK_ERROR_DEVICE_LOST; in _vk_device_set_lost()
312 __vk_errorv(device, VK_ERROR_DEVICE_LOST, file, line, msg, ap); in _vk_device_set_lost()
321 return VK_ERROR_DEVICE_LOST; in _vk_device_set_lost()
Dvk_fence.c236 return VK_ERROR_DEVICE_LOST; in vk_common_GetFenceStatus()
258 return VK_ERROR_DEVICE_LOST; in vk_common_WaitForFences()
Dvk_semaphore.c286 return VK_ERROR_DEVICE_LOST; in vk_common_GetSemaphoreCounterValue()
300 return VK_ERROR_DEVICE_LOST; in vk_common_WaitSemaphores()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c348 result = VK_ERROR_DEVICE_LOST; in query_wait_available()
390 return VK_ERROR_DEVICE_LOST; in write_occlusion_query_result()
442 return vk_error(device, VK_ERROR_DEVICE_LOST); in write_performance_query_result()
563 if (query_result == VK_ERROR_DEVICE_LOST) in v3dv_get_query_pool_results()
564 result = VK_ERROR_DEVICE_LOST; in v3dv_get_query_pool_results()
586 if (!write_result && result != VK_ERROR_DEVICE_LOST) in v3dv_get_query_pool_results()
Dv3dv_queue.c83 return vk_errorf(queue, VK_ERROR_DEVICE_LOST, in queue_wait_idle()
115 return vk_errorf(queue, VK_ERROR_DEVICE_LOST, in queue_wait_idle()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_sync.c201 result = vk_error(NULL, VK_ERROR_DEVICE_LOST); in pvr_srv_sync_wait_many()
241 result = vk_error(NULL, VK_ERROR_DEVICE_LOST); in pvr_srv_sync_wait_many()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkerror.c45 {VK_ERROR_DEVICE_LOST, "Device lost"},
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1259 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1266 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1290 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1299 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1311 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1316 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1321 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1329 return VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit_zero()
1869 result = VK_ERROR_DEVICE_LOST; in radv_amdgpu_cs_submit()
/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp87 SkASSERT(result == VK_SUCCESS || result == VK_ERROR_DEVICE_LOST); in reset()
DGrVkUtil.h27 SkASSERT(VK_SUCCESS == RESULT || VK_ERROR_DEVICE_LOST == RESULT); \
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_diagnostic_checkpoints/
Ddevice_diagnostic_checkpoints.txt37 return a ename:VK_ERROR_DEVICE_LOST error to the application at some point
96 return a ename:VK_ERROR_DEVICE_LOST error to the application at a certain
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c82 return VK_ERROR_DEVICE_LOST; in _panvk_device_set_lost()
1084 return VK_ERROR_DEVICE_LOST; in panvk_QueueWaitIdle()
1441 return VK_ERROR_DEVICE_LOST; /* TODO */ in panvk_GetEventStatus()
1468 return VK_ERROR_DEVICE_LOST; in panvk_SetEvent()
1486 return VK_ERROR_DEVICE_LOST; in panvk_ResetEvent()
/third_party/glfw/src/
Dvulkan.c170 case VK_ERROR_DEVICE_LOST: in _glfwGetVulkanResultString()
Dinternal.h127 VK_ERROR_DEVICE_LOST = -4, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h266 case VK_ERROR_DEVICE_LOST: in zink_screen_handle_vkresult()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp310 if (result == VK_ERROR_DEVICE_LOST) in handleError()
DCommandProcessor.cpp342 if (errorCode == VK_ERROR_DEVICE_LOST) in handleError()
956 ASSERT(status == VK_SUCCESS || status == VK_ERROR_DEVICE_LOST); in handleDeviceLost()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_shared_presentable_image.txt116 ename:VK_ERROR_DEVICE_LOST error.
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c248 : VK_ERROR_DEVICE_LOST; in sim_syncobj_poll()
1370 return VK_ERROR_DEVICE_LOST; in virtgpu_wait()
1382 return ret ? VK_ERROR_DEVICE_LOST : VK_SUCCESS; in virtgpu_submit()
/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp1054 if (func == nullptr) return VK_ERROR_DEVICE_LOST; in intercept()
1090 EXPECT_EQ(returned_func(dispatch_type, &limits, nullptr, nullptr), VK_ERROR_DEVICE_LOST); in check_no_implementation()
/third_party/vulkan-loader/tests/framework/
Dtest_util.h416 case (VK_ERROR_DEVICE_LOST):

123