Home
last modified time | relevance | path

Searched refs:CommandBufferSp (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp297 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
325 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
331 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
334 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
477 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in fullScreenExclusiveTest()
H A DvktWsiColorSpaceTests.cpp335 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
363 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
369 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
372 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
669 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in surfaceFormatRenderTest()
H A DvktWsiPresentIdWaitTests.cpp303 using CommandBufferSp = de::SharedPtr<vk::Unique<vk::VkCommandBuffer>>;
331 vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers()
337 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
340 buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
385 const vector<CommandBufferSp> commandBuffers;
H A DvktWsiMaintenance1Tests.cpp472 typedef de::SharedPtr<Unique<VkCommandBuffer>> CommandBufferSp; typedef
501 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
507 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
510 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
863 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, iterations)); in presentFenceTest()
1609 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, iterations)); in scalingTest()
2063 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, iterations)); in releaseImagesTest()
H A DvktWsiSwapchainTests.cpp1180 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
1209 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
1215 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1218 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
1351 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in basicRenderTest()
1463 const vector<CommandBufferSp> commandBuffers;
1788 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in deviceGroupRenderTest()
2171 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in deviceGroupRenderTest2()
2352 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in resizeSwapchainTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp297 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
325 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
331 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
334 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
477 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in fullScreenExclusiveTest()
H A DvktWsiColorSpaceTests.cpp335 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
363 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
369 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
372 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
669 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in surfaceFormatRenderTest()
H A DvktWsiPresentIdWaitTests.cpp303 using CommandBufferSp = de::SharedPtr<vk::Unique<vk::VkCommandBuffer>>;
331 vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers()
337 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
340 buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
385 const vector<CommandBufferSp> commandBuffers;
H A DvktWsiSwapchainTests.cpp1164 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
1193 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
1199 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1202 buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
1335 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in basicRenderTest()
1447 const vector<CommandBufferSp> commandBuffers;
1772 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in deviceGroupRenderTest()
2155 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in deviceGroupRenderTest2()
2336 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in resizeSwapchainTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp121 typedef de::SharedPtr<Unique<VkCommandBuffer>> CommandBufferSp; typedef
159 std::vector<CommandBufferSp>::iterator begin, in createCommandBuffers()
160 std::vector<CommandBufferSp>::iterator end) in createCommandBuffers()
162 for (std::vector<CommandBufferSp>::iterator it = begin; it != end; ++it) in createCommandBuffers()
172 *it = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, &commandBufferAI))); in createCommandBuffers()
1422 std::vector<CommandBufferSp> commandBuffers(VERIFYMAXVALUES_OBJECT_COUNT);
1424 std::fill(begin(commandBuffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(commandBuffers), CommandBufferSp());
1426 std::fill(begin(commandBuffers), end(commandBuffers), CommandBufferSp());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp121 typedef de::SharedPtr<Unique<VkCommandBuffer>> CommandBufferSp; typedef
159 std::vector<CommandBufferSp>::iterator begin, in createCommandBuffers()
160 std::vector<CommandBufferSp>::iterator end) in createCommandBuffers()
162 for (std::vector<CommandBufferSp>::iterator it = begin; it != end; ++it) in createCommandBuffers()
172 *it = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, &commandBufferAI))); in createCommandBuffers()
1421 std::vector<CommandBufferSp> commandBuffers(VERIFYMAXVALUES_OBJECT_COUNT);
1423 std::fill(begin(commandBuffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(commandBuffers), CommandBufferSp());
1425 std::fill(begin(commandBuffers), end(commandBuffers), CommandBufferSp());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp1260 typedef de::SharedPtr<vk::Unique<vk::VkCommandBuffer> > CommandBufferSp; typedef
1288 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers()
1294 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1297 buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
1347 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp1081 typedef de::SharedPtr<vk::Unique<vk::VkCommandBuffer> > CommandBufferSp; typedef
1109 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers()
1115 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1118 buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
1168 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest()

Completed in 42 milliseconds