Searched refs:consumerPool (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 712 Move<VkCommandPool> consumerPool = makeCommandPool(consumerIndex); in iterate() local 714 Move<VkCommandBuffer> consumerCmd = allocateCommandBuffer(vkd, device, *consumerPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate() 857 Move<VkCommandPool> consumerPool = makeCommandPool(consumerIndex); in iterate() local 859 Move<VkCommandBuffer> consumerCmd = allocateCommandBuffer(vkd, device, *consumerPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 794 Move<VkCommandPool> consumerPool = makeCommandPool(vkd, device, consumerIndex); in iterate() local 796 Move<VkCommandBuffer> consumerCmd = allocateCommandBuffer(vkd, device, *consumerPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate() 930 Move<VkCommandPool> consumerPool = makeCommandPool(vkd, device, consumerIndex); in iterate() local 932 Move<VkCommandBuffer> consumerCmd = allocateCommandBuffer(vkd, device, *consumerPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
|
Completed in 4 milliseconds