Home | History | Annotate | Download | only in synchronization

Lines Matching refs:commandPool

404 	vk::Move<VkCommandPool>		commandPool;
408 commandPool = createCommandPool(deviceInterface, device, 0u, queueFamilyNdx);
413 commandBufferInfo.commandPool = commandPool.get();
418 *commandBufferRef = vk::Move<VkCommandBuffer>(vk::check<VkCommandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get()));
419 *commandPoolRef = commandPool;
575 vk::Move<VkCommandPool> commandPool;
1019 createCommandBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool);
1152 createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testContext1.commandPool);
1155 createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext2.cmdBuffer, &testContext2.commandPool);
1257 createCommandBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool);