Searched refs:executeCommandBuffer (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 450 bool executeCommandBuffer (const VkDevice device, in executeCommandBuffer() function 502 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0]))) in resetPoolReuseTest() 504 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]), true)) in resetPoolReuseTest() 509 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0]))) in resetPoolReuseTest() 511 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]))) in resetPoolReuseTest() 516 if (!executeCommandBuffer(vkDevice, vk, queue, *afterResetCommandBuffers)) in resetPoolReuseTest()
|