Home
last modified time | relevance | path

Searched refs:VK_EVENT_SET (Results 1 – 25 of 36) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp77 *outResult = VK_EVENT_SET; in clientWait()
119 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in getStatus()
123 *signaled = result == VK_EVENT_SET; in getStatus()
161 case VK_EVENT_SET: in clientWait()
245 case VK_EVENT_SET: in clientWait()
Dvk_utils.cpp166 case VK_EVENT_SET: in VulkanResultString()
DContextVk.cpp1092 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in synchronizeCpuGpuTime()
1108 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in synchronizeCpuGpuTime()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkEvent.hpp43 status = VK_EVENT_SET; in signal()
64 lock.wait(condition, [this]() REQUIRES(mutex) { return status == VK_EVENT_SET; }); in wait()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_interface.cc17 case VK_EVENT_SET: in VulkanResultToString()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp29 case VK_EVENT_SET: in VkResultAsString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp33 case VK_EVENT_SET: in VkResultAsString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp475 return result == VK_EVENT_SET; in executeCommandBuffer()
725 if (result == VK_EVENT_SET) in executePrimaryBufferTest()
782 if (vk.getEventStatus(vkDevice, events[ndx]->get()) != VK_EVENT_SET) in executeLargePrimaryBufferTest()
835 if (vk.getEventStatus(vkDevice, *event) != VK_EVENT_SET) in resetBufferImplicitlyTest()
893 if (vk.getEventStatus(vkDevice, **events[eventNdx]) != VK_EVENT_SET) in submitAndCheck()
1356 if (result != VK_EVENT_SET) in submitPrimaryBufferTwiceTest()
1366 if (result != VK_EVENT_SET) in submitPrimaryBufferTwiceTest()
1463 if (result != VK_EVENT_SET) in submitSecondaryBufferTwiceTest()
1485 if (result != VK_EVENT_SET) in submitSecondaryBufferTwiceTest()
1539 if (result != VK_EVENT_SET) in oneTimeSubmitFlagPrimaryBufferTest()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp113 *outResult = VK_EVENT_SET; in clientWait()
398 case VK_EVENT_SET: in clientWait()
502 case VK_EVENT_SET: in clientWait()
Dvk_utils.cpp265 case VK_EVENT_SET: in VulkanResultString()
DContextVk.cpp2457 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in synchronizeCpuGpuTime()
2473 if (result != VK_EVENT_SET && result != VK_EVENT_RESET) in synchronizeCpuGpuTime()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp76 if (VK_EVENT_SET != vk.getEventStatus(device, event)) in hostResetSetEventCase()
130 if (VK_EVENT_SET != vk.getEventStatus(device, *event)) in deviceResetSetEventCase()
/third_party/flutter/glfw/src/
Dvulkan.c158 case VK_EVENT_SET: in _glfwGetVulkanResultString()
Dinternal.h121 VK_EVENT_SET = 3, enumerator
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1478 return signaled ? VK_EVENT_SET : VK_EVENT_RESET; in panvk_GetEventStatus()
/third_party/ffmpeg/libavfilter/
Dvulkan.c59 CASE(VK_EVENT_SET); in ff_vk_ret2str()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c2555 return p_atomic_read(&event->state) ? VK_EVENT_SET : VK_EVENT_RESET; in v3dv_GetEventStatus()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2185 return VK_EVENT_SET; in tu_GetEventStatus()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2384 return VK_EVENT_SET; in lvp_GetEventStatus()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c6906 pc.ImmediateData = VK_EVENT_SET; in genX()
6954 sem.SemaphoreDataDword = VK_EVENT_SET, in genX()
Danv_device.c4226 *(uint64_t *)event->state.map = VK_EVENT_SET; in anv_SetEvent()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl81 VK_EVENT_SET = 3, enumerator
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c283 CASE(VK_EVENT_SET); in vk_ret2str()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h124 VK_EVENT_SET = 3, enumerator
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h126 VK_EVENT_SET = 3, enumerator

12