/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanError.cpp | 45 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()
|
D | DeviceVk.cpp | 546 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/ |
D | vk_device.h | 335 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()
|
D | vk_queue.c | 119 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()
|
D | vk_device.c | 288 __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()
|
D | vk_fence.c | 236 return VK_ERROR_DEVICE_LOST; in vk_common_GetFenceStatus() 258 return VK_ERROR_DEVICE_LOST; in vk_common_WaitForFences()
|
D | vk_semaphore.c | 286 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/ |
D | v3dv_query.c | 348 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()
|
D | v3dv_queue.c | 83 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/ |
D | pvr_srv_sync.c | 201 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/ |
D | gstvkerror.c | 45 {VK_ERROR_DEVICE_LOST, "Device lost"},
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 1259 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/ |
D | GrVkCommandPool.cpp | 87 SkASSERT(result == VK_SUCCESS || result == VK_ERROR_DEVICE_LOST); in reset()
|
D | GrVkUtil.h | 27 SkASSERT(VK_SUCCESS == RESULT || VK_ERROR_DEVICE_LOST == RESULT); \
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_diagnostic_checkpoints/ |
D | device_diagnostic_checkpoints.txt | 37 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/ |
D | panvk_device.c | 82 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/ |
D | vulkan.c | 170 case VK_ERROR_DEVICE_LOST: in _glfwGetVulkanResultString()
|
D | internal.h | 127 VK_ERROR_DEVICE_LOST = -4, enumerator
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.h | 266 case VK_ERROR_DEVICE_LOST: in zink_screen_handle_vkresult()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.cpp | 310 if (result == VK_ERROR_DEVICE_LOST) in handleError()
|
D | CommandProcessor.cpp | 342 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/ |
D | VK_KHR_shared_presentable_image.txt | 116 ename:VK_ERROR_DEVICE_LOST error.
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_renderer_virtgpu.c | 248 : 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/ |
D | loader_unknown_ext_tests.cpp | 1054 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/ |
D | test_util.h | 416 case (VK_ERROR_DEVICE_LOST):
|