Home
last modified time | relevance | path

Searched refs:resetEvent (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp879 VK_CHECK(vk.resetEvent(vkDevice, *event)); in executePrimaryBufferTest()
1087 vk.resetEvent(vkDevice, *event); in resetBufferImplicitlyTest()
1145 vk.resetEvent(vkDevice, **events[eventNdx]); in submitAndCheck()
1397 VK_CHECK(vk.resetEvent(vkDevice, *event)); in recordLargePrimaryBufferTest()
1543 VK_CHECK(vk.resetEvent(vkDevice, *event)); in recordLargeSecondaryBufferTest()
1631 VK_CHECK(vk.resetEvent(vkDevice, *event)); in submitPrimaryBufferTwiceTest()
1672 VK_CHECK(vk.resetEvent(vkDevice, *event)); in submitPrimaryBufferTwiceTest()
1760 VK_CHECK(vk.resetEvent(vkDevice, *event)); in submitSecondaryBufferTwiceTest()
1814 VK_CHECK(vk.resetEvent(vkDevice, *event)); in submitSecondaryBufferTwiceTest()
1890 VK_CHECK(vk.resetEvent(vkDevice, *event)); in oneTimeSubmitFlagPrimaryBufferTest()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl33 ResetEventFunc resetEvent; variable
DvkInitDeviceFunctionPointers.inl33 m_vk.resetEvent = (ResetEventFunc) GET_PROC_ADDR("vkResetEvent");
DvkDeviceDriverImpl.inl150 VkResult DeviceDriver::resetEvent (VkDevice device, VkEvent event) const function in DeviceDriver
152 return m_vk.resetEvent(device, event);
DvkVirtualDeviceInterface.inl33 virtual VkResult resetEvent (VkDevice device, VkEvent event) const = 0;
DvkConcreteDeviceInterface.inl33 virtual VkResult resetEvent (VkDevice device, VkEvent event) const;
DvkNullDriverImpl.inl495 VKAPI_ATTR VkResult VKAPI_CALL resetEvent (VkDevice device, VkEvent event) function
1470 VK_NULL_FUNC_ENTRY(vkResetEvent, resetEvent),
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp71 if (VK_SUCCESS != vk.resetEvent(device, event)) in hostResetSetEventCase()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp14239 void resetEvent( Event event, PipelineStageFlags stageMask ) const in resetEvent() function in vk::CommandBuffer
14246 void resetEvent( Event event, PipelineStageFlags stageMask ) const in resetEvent() function in vk::CommandBuffer
16388 Result resetEvent( Event event ) const in resetEvent() function in vk::Device
16395 ResultValueType<void>::type resetEvent( Event event ) const in resetEvent() function in vk::Device