Home
last modified time | relevance | path

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

12

/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/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/dawn/src/dawn_native/vulkan/
DVulkanError.cpp33 case VK_EVENT_SET: in VkResultAsString()
/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/glfw/src/
Dvulkan.c158 case VK_EVENT_SET: in _glfwGetVulkanResultString()
Dinternal.h121 VK_EVENT_SET = 3, enumerator
/third_party/vulkan-loader/tests/framework/
Dtest_util.h404 case (VK_EVENT_SET):
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1446 return signaled ? VK_EVENT_SET : VK_EVENT_RESET; in panvk_GetEventStatus()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c1328 vn_feedback_set_status(ev->feedback_slot, VK_EVENT_SET); in vn_SetEvent()
Dvn_command_buffer.c1306 VK_EVENT_SET); in vn_CmdSetEvent()
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dmarkup.txt638 Example: ename{cl}VK_EVENT_SET -> ename:VK_EVENT_SET.
/third_party/ffmpeg/libavfilter/
Dvulkan.c59 CASE(VK_EVENT_SET); in ff_vk_ret2str()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2121 return VK_EVENT_SET; in lvp_GetEventStatus()
/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/microsoft/vulkan/
Ddzn_device.c2799 VK_EVENT_RESET : VK_EVENT_SET; in dzn_GetEventStatus()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2578 return VK_EVENT_SET; in tu_GetEventStatus()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c7337 pc.ImmediateData = VK_EVENT_SET; in genX()
7385 sem.SemaphoreDataDword = VK_EVENT_SET, in genX()
Danv_device.c4413 *(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/glfw/deps/vulkan/
Dvulkan.h124 VK_EVENT_SET = 3, enumerator
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c283 CASE(VK_EVENT_SET); in vk_ret2str()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfundamentals.txt1180 * ename:VK_EVENT_SET An event is signaled

12