Searched refs:executeCommandBuffer (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 455 bool executeCommandBuffer (const VkDevice device, in executeCommandBuffer() function 507 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0]))) in resetPoolReuseTest() 509 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]), true)) in resetPoolReuseTest() 514 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0]))) in resetPoolReuseTest() 516 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]))) in resetPoolReuseTest() 521 if (!executeCommandBuffer(vkDevice, vk, queue, *afterResetCommandBuffers)) in resetPoolReuseTest()
|