Home
last modified time | relevance | path

Searched refs:VkEvent (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_event.h67 static inline size_t vn_sizeof_vkCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_sizeof_vkCreateEvent()
87 static inline void vn_encode_vkCreateEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_encode_vkCreateEvent()
103 static inline size_t vn_sizeof_vkCreateEvent_reply(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_sizeof_vkCreateEvent_reply()
120 static inline VkResult vn_decode_vkCreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_decode_vkCreateEvent_reply()
140 static inline size_t vn_sizeof_vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyEvent()
155 static inline void vn_encode_vkDestroyEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in vn_encode_vkDestroyEvent()
168 static inline size_t vn_sizeof_vkDestroyEvent_reply(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyEvent_reply()
180 static inline void vn_decode_vkDestroyEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyEvent_reply()
191 static inline size_t vn_sizeof_vkGetEventStatus(VkDevice device, VkEvent event) in vn_sizeof_vkGetEventStatus()
203 static inline void vn_encode_vkGetEventStatus(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even
[all...]
H A Dvn_protocol_driver_handles.h473 /* VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkEvent) */
476 vn_sizeof_VkEvent(const VkEvent *val) in vn_sizeof_VkEvent()
482 vn_encode_VkEvent(struct vn_cs_encoder *enc, const VkEvent *val) in vn_encode_VkEvent()
489 vn_decode_VkEvent(struct vn_cs_decoder *dec, VkEvent *val) in vn_decode_VkEvent()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp65 VkEvent event; in hostResetSetEventCase()
66 Move<VkEvent> ptrEvent; in hostResetSetEventCase()
73 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase()
102 const Unique<VkEvent> event (createEvent(vk, device)); in deviceResetSetEventCase()
175 const Unique<VkEvent> event (createEvent(vk, device)); in eventSetResetNoneStage()
247 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in singleSubmissionCase()
293 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in multiSubmissionCase()
366 const Unique<VkEvent> even in secondaryCommandBufferCase()
[all...]
H A DvktSynchronizationUtil.hpp218 vk::VkEvent event,
221 vk::VkEvent event,
225 const vk::VkEvent* pEvents,
H A DvktSynchronizationUtil.cpp700 void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const override
720 void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 flag) const override
727 void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfo) const override
948 void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const override
957 void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfo) const override
966 void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 flag) const override
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp65 VkEvent event; in hostResetSetEventCase()
66 Move<VkEvent> ptrEvent; in hostResetSetEventCase()
73 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL)); in hostResetSetEventCase()
102 const Unique<VkEvent> event (createEvent(vk, device)); in deviceResetSetEventCase()
175 const Unique<VkEvent> event (createEvent(vk, device)); in eventSetResetNoneStage()
247 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in singleSubmissionCase()
293 const Unique<VkEvent> event (createEvent(vk, device, config.flags)); in multiSubmissionCase()
366 const Unique<VkEvent> even in secondaryCommandBufferCase()
[all...]
H A DvktSynchronizationUtil.hpp218 vk::VkEvent event,
221 vk::VkEvent event,
225 const vk::VkEvent* pEvents,
H A DvktSynchronizationUtil.cpp700 void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const override
720 void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 flag) const override
727 void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfo) const override
948 void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const override
957 void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfo) const override
966 void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 flag) const override
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkEvent.hpp27 class Event : public Object<Event, VkEvent>
73 static inline Event *Cast(VkEvent object) in Cast()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h183 void setEvent(VkEvent event, VkPipelineStageFlags stageMask);
184 void resetEvent(VkEvent event, VkPipelineStageFlags stageMask);
193 const VkEvent *events,
544 ANGLE_INLINE void VulkanSecondaryCommandBuffer::setEvent(VkEvent event, in setEvent()
551 ANGLE_INLINE void VulkanSecondaryCommandBuffer::resetEvent(VkEvent event, in resetEvent()
560 const VkEvent *events, in waitEvents()
H A DSecondaryCommandBuffer.h392 VkEvent event;
415 VkEvent event;
662 void resetEvent(VkEvent event, VkPipelineStageFlags stageMask);
673 void setEvent(VkEvent event, VkPipelineStageFlags stageMask);
680 const VkEvent *events,
1408 ANGLE_INLINE void SecondaryCommandBuffer::resetEvent(VkEvent event, VkPipelineStageFlags stageMask) in resetEvent()
1443 ANGLE_INLINE void SecondaryCommandBuffer::setEvent(VkEvent event, VkPipelineStageFlags stageMask) in setEvent()
1474 const VkEvent *events, in waitEvents()
1485 size_t eventSize = eventCount * sizeof(VkEvent); in waitEvents()
H A DSecondaryCommandBuffer.cpp556 const VkEvent *events = Offset<VkEvent>(params, sizeof(WaitEventsParams)); in executeCommands()
558 Offset<VkMemoryBarrier>(events, params->eventCount * sizeof(VkEvent)); in executeCommands()
H A Dvk_wrapper.h320 void setEvent(VkEvent event, VkPipelineStageFlags stageMask);
324 void resetEvent(VkEvent event, VkPipelineStageFlags stageMask);
333 const VkEvent *events,
592 class Event final : public WrappedObject<Event, VkEvent>
922 ANGLE_INLINE void CommandBuffer::setEvent(VkEvent event, VkPipelineStageFlags stageMask) in setEvent()
944 ANGLE_INLINE void CommandBuffer::resetEvent(VkEvent event, VkPipelineStageFlags stageMask) in resetEvent()
951 const VkEvent *events, in waitEvents()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.h92 VkEvent,
H A Dvn_feedback.h112 VkEvent ev_handle,
H A Dvn_queue.c1252 VkEvent *pEvent) in vn_CreateEvent()
1273 VkEvent ev_handle = vn_event_to_handle(ev); in vn_CreateEvent()
1284 VkEvent event, in vn_DestroyEvent()
1305 vn_GetEventStatus(VkDevice device, VkEvent event) in vn_GetEventStatus()
1321 vn_SetEvent(VkDevice device, VkEvent event) in vn_SetEvent()
1340 vn_ResetEvent(VkDevice device, VkEvent event) in vn_ResetEvent()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp60 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp;
467 const Unique<VkEvent> event (createEvent(vk, device)); in executeCommandBuffer()
726 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in executePrimaryBufferTest()
787 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in executeLargePrimaryBufferTest()
853 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in resetBufferImplicitlyTest()
893 typedef SharedPtr<Unique<VkEvent> > VkEventShared;
1115 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSinglePrimaryBufferTest()
1156 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordLargePrimaryBufferTest()
1237 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSingleSecondaryBufferTest()
1307 const Unique<VkEvent> even in recordLargeSecondaryBufferTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp60 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp;
467 const Unique<VkEvent> event (createEvent(vk, device)); in executeCommandBuffer()
726 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in executePrimaryBufferTest()
787 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, vkDevice)))); in executeLargePrimaryBufferTest()
853 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in resetBufferImplicitlyTest()
893 typedef SharedPtr<Unique<VkEvent> > VkEventShared;
1115 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSinglePrimaryBufferTest()
1156 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordLargePrimaryBufferTest()
1237 const Unique<VkEvent> event (createEvent(vk, vkDevice)); in recordSingleSecondaryBufferTest()
1307 const Unique<VkEvent> even in recordLargeSecondaryBufferTest()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c160 VkEvent event, in vk_common_CmdSetEvent()
183 VkEvent event, in vk_common_CmdResetEvent()
198 const VkEvent* pEvents, in vk_common_CmdWaitEvents()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp45 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp;
197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp45 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp;
197 events.push_back(VkEventSp(new vk::Unique<VkEvent>(createEvent(vk, device)))); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_metal.h171 VkEvent event;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRefUtil.hpp90 Move<VkEvent> createEvent (const DeviceInterface& vk,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_metal.h173 VkEvent event;
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1378 VkEvent *pEvent) in panvk_CreateEvent()
1404 VkEvent _event, in panvk_DestroyEvent()
1421 panvk_GetEventStatus(VkDevice _device, VkEvent _event) in panvk_GetEventStatus()
1450 panvk_SetEvent(VkDevice _device, VkEvent _event) in panvk_SetEvent()
1474 panvk_ResetEvent(VkDevice _device, VkEvent _event) in panvk_ResetEvent()

Completed in 42 milliseconds

1234