Home
last modified time | relevance | path

Searched refs:CommandBufferSp (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp753 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
781 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
787 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
790 …buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, comm… in allocateCommandBuffers()
871 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest()
DvktWsiSwapchainTests.cpp1140 typedef de::SharedPtr<Unique<VkCommandBuffer> > CommandBufferSp; typedef
1168 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers()
1174 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1177 …buffers[ndx] = CommandBufferSp(new Unique<VkCommandBuffer>(allocateCommandBuffer(vkd, device, comm… in allocateCommandBuffers()
1220 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest()
1369 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1063 typedef de::SharedPtr<vk::Unique<vk::VkCommandBuffer> > CommandBufferSp; typedef
1091 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers()
1097 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1100 …buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, devi… in allocateCommandBuffers()
1150 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest()