/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkEvent.hpp | 51 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/ |
D | vktSynchronizationBasicEventTests.cpp | 75 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/ |
D | vktSynchronizationBasicEventTests.cpp | 75 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/ |
D | VulkanError.cpp | 35 case VK_EVENT_RESET: in VkResultAsString()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_feedback.h | 85 slot->type == VN_FEEDBACK_TYPE_FENCE ? VK_NOT_READY : VK_EVENT_RESET; in vn_feedback_reset_status()
|
D | vn_queue.c | 1234 vn_feedback_set_status(slot, VK_EVENT_RESET); in vn_event_feedback_init()
|
D | vn_command_buffer.c | 1317 VK_EVENT_RESET); in vn_CmdResetEvent()
|
/third_party/glfw/src/ |
D | vulkan.c | 160 case VK_EVENT_RESET: in _glfwGetVulkanResultString()
|
D | internal.h | 122 VK_EVENT_RESET = 4, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 2453 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()
|
D | vk_utils.cpp | 267 case VK_EVENT_RESET: in VulkanResultString()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.h | 406 case (VK_EVENT_RESET):
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 1446 return signaled ? VK_EVENT_SET : VK_EVENT_RESET; in panvk_GetEventStatus()
|
/third_party/ffmpeg/libavutil/ |
D | vulkan.c | 67 CASE(VK_EVENT_RESET); in ff_vk_ret2str()
|
D | hwcontext_vulkan.c | 368 CASE(VK_EVENT_RESET); in vk_ret2str()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 4371 *(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/ |
D | vktApiCommandBuffersTests.cpp | 871 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/ |
D | vktApiCommandBuffersTests.cpp | 871 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/ |
D | v3dv_device.c | 2777 return p_atomic_read(&event->state) ? VK_EVENT_SET : VK_EVENT_RESET; in v3dv_GetEventStatus()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2122 return VK_EVENT_RESET; in lvp_GetEventStatus()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 2799 VK_EVENT_RESET : VK_EVENT_SET; in dzn_GetEventStatus()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2579 return VK_EVENT_RESET; in tu_GetEventStatus()
|
/third_party/glfw/deps/vulkan/ |
D | vulkan.h | 125 VK_EVENT_RESET = 4, enumerator
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkBasicTypes.inl | 1343 VK_EVENT_RESET = 4, enumerator
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 30 eEventReset = VK_EVENT_RESET,
|