Home
last modified time | relevance | path

Searched refs:VK_ERROR_DEVICE_LOST (Results 1 - 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanError.cpp45 case VK_ERROR_DEVICE_LOST: in VkResultAsString()
46 return "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()
H A 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/
H A Dvk_device.h139 * This is expected to return either VK_SUCCESS or VK_ERROR_DEVICE_LOST.
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()
H A 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()
H A Dvk_fence.c236 return VK_ERROR_DEVICE_LOST; in vk_common_GetFenceStatus()
258 return VK_ERROR_DEVICE_LOST; in vk_common_WaitForFences()
H A 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()
H A 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/
H A 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()
H A 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/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp585 if (vk_phys_dev == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkDebugMarkerSetObjectTagEXT()
594 if (instance == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkDebugMarkerSetObjectTagEXT()
607 if (vk_phys_dev == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkDebugMarkerSetObjectNameEXT()
616 if (instance == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkDebugMarkerSetObjectNameEXT()
633 if (vk_phys_dev == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkSetDebugUtilsObjectNameEXT()
642 if (instance == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkSetDebugUtilsObjectNameEXT()
654 if (vk_phys_dev == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkSetDebugUtilsObjectTagEXT()
663 if (instance == VK_NULL_HANDLE) return VK_ERROR_DEVICE_LOST; in wrap_vkSetDebugUtilsObjectTagEXT()
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp352 return VK_ERROR_DEVICE_LOST;
355 if (pTagInfo->object != icd.surface_handles.at(0)) return VK_ERROR_DEVICE_LOST;
358 if (pTagInfo->object != (uint64_t)(uintptr_t)icd.instance_handle.handle) return VK_ERROR_DEVICE_LOST;
366 return VK_ERROR_DEVICE_LOST;
369 if (pNameInfo->object != icd.surface_handles.at(0)) return VK_ERROR_DEVICE_LOST;
372 if (pNameInfo->object != (uint64_t)(uintptr_t)icd.instance_handle.handle) return VK_ERROR_DEVICE_LOST;
384 return VK_ERROR_DEVICE_LOST;
387 if (pNameInfo->objectHandle != icd.surface_handles.at(0)) return VK_ERROR_DEVICE_LOST;
390 if (pNameInfo->objectHandle != (uint64_t)(uintptr_t)icd.instance_handle.handle) return VK_ERROR_DEVICE_LOST;
398 return VK_ERROR_DEVICE_LOST;
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp282 // call all functions untill one returns VK_ERROR_DEVICE_LOST in iterate()
288 deviceWasLost = (result == VK_ERROR_DEVICE_LOST); in iterate()
300 // call all functions once egain and expect all to return VK_ERROR_DEVICE_LOST in iterate()
305 if (result == VK_ERROR_DEVICE_LOST) in iterate()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A 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/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.cc110 case VK_ERROR_DEVICE_LOST: in SubmitAndReset()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandPool.cpp87 SkASSERT(result == VK_SUCCESS || result == VK_ERROR_DEVICE_LOST); in reset()
H A DGrVkUtil.h27 SkASSERT(VK_SUCCESS == RESULT || VK_ERROR_DEVICE_LOST == RESULT); \
/third_party/mesa3d/src/panfrost/vulkan/
H A 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/
H A Dvulkan.c186 case VK_ERROR_DEVICE_LOST: in _glfwGetVulkanResultString()
H A Dinternal.h303 VK_ERROR_DEVICE_LOST = -4, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h266 case VK_ERROR_DEVICE_LOST: in zink_screen_handle_vkresult()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDisplayVk.cpp310 if (result == VK_ERROR_DEVICE_LOST) in handleError()
H A DCommandProcessor.cpp342 if (errorCode == VK_ERROR_DEVICE_LOST) in handleError()
956 ASSERT(status == VK_SUCCESS || status == VK_ERROR_DEVICE_LOST); in handleDeviceLost()
/third_party/mesa3d/src/virtio/vulkan/
H A 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/framework/
H A Dtest_util.h455 case (VK_ERROR_DEVICE_LOST):
456 return os << "VK_ERROR_DEVICE_LOST";

Completed in 30 milliseconds

123