Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp137 VkResult QueueSubmitAndWait(VkCommandBuffer commandBuffer) const;
DDevice.cpp432 VkResult Device::QueueSubmitAndWait(VkCommandBuffer commandBuffer) const in QueueSubmitAndWait() function in Device
DComputeTests.cpp279 VK_ASSERT(device->QueueSubmitAndWait(commandBuffer)); in test()