Searched refs:resetEvent (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 879 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/ |
D | vkDeviceFunctionPointers.inl | 33 ResetEventFunc resetEvent; variable
|
D | vkInitDeviceFunctionPointers.inl | 33 m_vk.resetEvent = (ResetEventFunc) GET_PROC_ADDR("vkResetEvent");
|
D | vkDeviceDriverImpl.inl | 150 VkResult DeviceDriver::resetEvent (VkDevice device, VkEvent event) const function in DeviceDriver 152 return m_vk.resetEvent(device, event);
|
D | vkVirtualDeviceInterface.inl | 33 virtual VkResult resetEvent (VkDevice device, VkEvent event) const = 0;
|
D | vkConcreteDeviceInterface.inl | 33 virtual VkResult resetEvent (VkDevice device, VkEvent event) const;
|
D | vkNullDriverImpl.inl | 495 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/ |
D | vktSynchronizationBasicEventTests.cpp | 71 if (VK_SUCCESS != vk.resetEvent(device, event)) in hostResetSetEventCase()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 14239 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
|