Searched refs:CommandBufferSp (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 295 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef 323 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() 329 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers() 332 …buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, comm… in allocateCommandBuffers() 475 …const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *comma… in fullScreenExclusiveTest()
|
D | vktWsiColorSpaceTests.cpp | 333 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef 361 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() 367 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers() 370 …buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, comm… in allocateCommandBuffers() 667 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest()
|
D | vktWsiPresentIdWaitTests.cpp | 280 using CommandBufferSp = de::SharedPtr<vk::Unique<vk::VkCommandBuffer>>; typedef 308 vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() 314 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers() 317 …buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, devi… in allocateCommandBuffers() 362 const vector<CommandBufferSp> commandBuffers;
|
D | vktWsiSwapchainTests.cpp | 1160 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef 1189 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() 1195 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers() 1198 …buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, comm… in allocateCommandBuffers() 1331 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() 1443 const vector<CommandBufferSp> commandBuffers; 1761 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest() 2144 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest2() 2325 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 1085 typedef de::SharedPtr<vk::Unique<vk::VkCommandBuffer> > CommandBufferSp; typedef 1113 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() 1119 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers() 1122 …buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, devi… in allocateCommandBuffers() 1172 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest()
|