Home
last modified time | relevance | path

Searched refs:VK_EVENT_RESET (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkEvent.hpp51 status = VK_EVENT_RESET; in reset()
69 VkResult status GUARDED_BY(mutex) = VK_EVENT_RESET;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp75 if (VK_EVENT_RESET != vk.getEventStatus(device, event)) in hostResetSetEventCase()
87 if (VK_EVENT_RESET != vk.getEventStatus(device, event)) in hostResetSetEventCase()
161 if (VK_EVENT_RESET != vk.getEventStatus(device, *event)) in deviceResetSetEventCase()
229 if (VK_EVENT_RESET != vk.getEventStatus(device, *event)) in eventSetResetNoneStage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp75 if (VK_EVENT_RESET != vk.getEventStatus(device, event)) in hostResetSetEventCase()
87 if (VK_EVENT_RESET != vk.getEventStatus(device, event)) in hostResetSetEventCase()
161 if (VK_EVENT_RESET != vk.getEventStatus(device, *event)) in deviceResetSetEventCase()
229 if (VK_EVENT_RESET != vk.getEventStatus(device, *event)) in eventSetResetNoneStage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp35 case VK_EVENT_RESET: in VkResultAsString()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_feedback.h85 slot->type == VN_FEEDBACK_TYPE_FENCE ? VK_NOT_READY : VK_EVENT_RESET; in vn_feedback_reset_status()
Dvn_queue.c1234 vn_feedback_set_status(slot, VK_EVENT_RESET); in vn_event_feedback_init()
Dvn_command_buffer.c1317 VK_EVENT_RESET); in vn_CmdResetEvent()
/third_party/glfw/src/
Dvulkan.c160 case VK_EVENT_RESET: in _glfwGetVulkanResultString()
Dinternal.h122 VK_EVENT_RESET = 4, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp2453 VkResult result = VK_EVENT_RESET; in synchronizeCpuGpuTime()
2457 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in synchronizeCpuGpuTime()
2461 } while (result == VK_EVENT_RESET); in synchronizeCpuGpuTime()
2473 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in synchronizeCpuGpuTime()
2477 } while (result == VK_EVENT_RESET); in synchronizeCpuGpuTime()
Dvk_utils.cpp267 case VK_EVENT_RESET: in VulkanResultString()
/third_party/vulkan-loader/tests/framework/
Dtest_util.h406 case (VK_EVENT_RESET):
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1446 return signaled ? VK_EVENT_SET : VK_EVENT_RESET; in panvk_GetEventStatus()
/third_party/ffmpeg/libavutil/
Dvulkan.c67 CASE(VK_EVENT_RESET); in ff_vk_ret2str()
Dhwcontext_vulkan.c368 CASE(VK_EVENT_RESET); in vk_ret2str()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4371 *(uint64_t *)event->state.map = VK_EVENT_RESET; in anv_CreateEvent()
4424 *(uint64_t *)event->state.map = VK_EVENT_RESET; in anv_ResetEvent()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp871 if(vk.getEventStatus(vkDevice, *event) != VK_EVENT_RESET) in resetBufferImplicitlyTest()
884 if(vk.getEventStatus(vkDevice, *event) == VK_EVENT_RESET) in resetBufferImplicitlyTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCommandBuffersTests.cpp871 if(vk.getEventStatus(vkDevice, *event) != VK_EVENT_RESET) in resetBufferImplicitlyTest()
884 if(vk.getEventStatus(vkDevice, *event) == VK_EVENT_RESET) in resetBufferImplicitlyTest()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c2777 return p_atomic_read(&event->state) ? VK_EVENT_SET : VK_EVENT_RESET; in v3dv_GetEventStatus()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2122 return VK_EVENT_RESET; in lvp_GetEventStatus()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c2799 VK_EVENT_RESET : VK_EVENT_SET; in dzn_GetEventStatus()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2579 return VK_EVENT_RESET; in tu_GetEventStatus()
/third_party/glfw/deps/vulkan/
Dvulkan.h125 VK_EVENT_RESET = 4, enumerator
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl1343 VK_EVENT_RESET = 4, enumerator
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp30 eEventReset = VK_EVENT_RESET,

12