/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 695 …void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR flag) co… in cmdResetEvent() function in vkt::synchronization::LegacySynchronizationWrapper 699 m_vk.cmdResetEvent(commandBuffer, event, legacyStageMask); in cmdResetEvent() 920 …void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR flag) co… in cmdResetEvent() function in vkt::synchronization::Synchronization2Wrapper
|
D | vktSynchronizationUtil.hpp | 206 virtual void cmdResetEvent (vk::VkCommandBuffer commandBuffer,
|
D | vktSynchronizationBasicEventTests.cpp | 137 …synchronizationWrapper->cmdResetEvent(*cmdBuffer, *event, VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR); in deviceResetSetEventCase()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 112 CmdResetEventFunc cmdResetEvent; variable
|
D | vkInitDeviceFunctionPointers.inl | 112 m_vk.cmdResetEvent = (CmdResetEventFunc) GET_PROC_ADDR("vkCmdResetEvent");
|
D | vkDeviceDriverImpl.inl | 545 void DeviceDriver::cmdResetEvent (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlag… function in DeviceDriver 547 m_vk.cmdResetEvent(commandBuffer, event, stageMask);
|
D | vkConcreteDeviceInterface.inl | 112 virtual void cmdResetEvent (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStag…
|
D | vkVirtualDeviceInterface.inl | 112 virtual void cmdResetEvent (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStag…
|
D | vkNullDriverImpl.inl | 992 VKAPI_ATTR void VKAPI_CALL cmdResetEvent (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineS… function 3329 VK_NULL_FUNC_ENTRY(vkCmdResetEvent, cmdResetEvent),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 1141 vk.cmdResetEvent(*primCmdBuf, *event,stageMask); in recordLargePrimaryBufferTest() 1291 vk.cmdResetEvent(*primCmdBuf, *event,stageMask); in recordLargeSecondaryBufferTest()
|