Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1645 …const vk::Unique<vk::VkCommandBuffer> commandBufferRead (allocateCommandBuffer(m_vkd, *m_device, *… in iterate() local
1671 beginCommandBuffer(m_vkd, *commandBufferRead); in iterate()
1672 recordReadBarrier(m_vkd, *commandBufferRead, *resourceRead, writeSync, readSync, queueFamily); in iterate()
1673 readOp->recordCommands(*commandBufferRead); in iterate()
1674 endCommandBuffer(m_vkd, *commandBufferRead); in iterate()
1737 const vk::VkCommandBuffer commandBuffer = *commandBufferRead; in iterate()