/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRefUtil.cpp | 84 VK_CHECK(vk.allocateCommandBuffers(device, pAllocateInfo, &object)); in allocateCommandBuffer() 88 void allocateCommandBuffers (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, Move<VkCommandBuffer> *pCommandBuffers) in allocateCommandBuffers() function 94 VK_CHECK(vk.allocateCommandBuffers(device, &allocateInfoCopy, &object)); in allocateCommandBuffers()
|
H A D | vkRefUtil.hpp | 59 void allocateCommandBuffers (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, Move<VkCommandBuffer> *pCommandBuffers);
|
H A D | vkResourceInterface.hpp | 129 virtual void allocateCommandBuffers (VkDevice device, 293 void allocateCommandBuffers (VkDevice device,
|
H A D | vkResourceInterface.cpp | 916 void ResourceInterfaceStandard::allocateCommandBuffers (VkDevice device, in allocateCommandBuffers() function in vk::ResourceInterfaceStandard
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandPool.hpp | 34 VkResult allocateCommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBuffer *pCommandBuffers);
|
H A D | VkCommandPool.cpp | 31 // Free command Buffers allocated in allocateCommandBuffers in destroy() 43 VkResult CommandPool::allocateCommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBuffer *pCommandBuffers) in allocateCommandBuffers() function in vk::CommandPool
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 61 commandBuffer = device.allocateCommandBuffers(commandBufferAllocateInfo)[0]; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 47 auto commandBuffer = device.allocateCommandBuffers(allocInfo); in beginSingleTimeCommands()
|
H A D | DrawTester.cpp | 362 commandBuffers = device.allocateCommandBuffers(commandBufferAllocateInfo); in createCommandBuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiFullScreenExclusiveTests.cpp | 325 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 477 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in fullScreenExclusiveTest()
|
H A D | vktWsiColorSpaceTests.cpp | 363 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 669 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in surfaceFormatRenderTest()
|
H A D | vktWsiSwapchainTests.cpp | 1209 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 1351 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in basicRenderTest() 1438 , commandBuffers(allocateCommandBuffers(vkd, device, cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)) in FrameStreamObjects() 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()
|
H A D | vktWsiMaintenance1Tests.cpp | 501 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 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 D | vktWsiPresentIdWaitTests.cpp | 331 vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() function 360 , commandBuffers (allocateCommandBuffers(vkd, device, cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)) in FrameStreamObjects()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiFullScreenExclusiveTests.cpp | 325 std::vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 477 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in fullScreenExclusiveTest()
|
H A D | vktWsiColorSpaceTests.cpp | 363 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 669 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in surfaceFormatRenderTest()
|
H A D | vktWsiSwapchainTests.cpp | 1193 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 1335 const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in basicRenderTest() 1422 , commandBuffers(allocateCommandBuffers(vkd, device, cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)) in FrameStreamObjects() 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()
|
H A D | vktWsiPresentIdWaitTests.cpp | 331 vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() function 360 , commandBuffers (allocateCommandBuffers(vkd, device, cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)) in FrameStreamObjects()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 193 allocateCommandBuffers(vk, device, &cmdBufferAllocateInfo, commandBuffers.data()); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 193 allocateCommandBuffers(vk, device, &cmdBufferAllocateInfo, commandBuffers.data()); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 108 allocateCommandBuffers(m_vkd, m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers); in CommandBufferBareTestEnvironment() 612 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in allocateManyPrimaryBuffersTest() 690 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in allocateManySecondaryBuffersTest() 949 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, pCommandBuffers)); in createCommadBuffers() 2642 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitBufferCountNonZero() 2738 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitBufferCountEqualZero() 3128 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitBufferNullFence() 3236 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitTwoBuffersOneBufferNullWithFence() 3445 allocateCommandBuffers(vk, vkDevice, &secCmdBufParams, cmdBuffers); in executeSecondaryBufferTwiceTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 108 allocateCommandBuffers(m_vkd, m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers); in CommandBufferBareTestEnvironment() 612 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in allocateManyPrimaryBuffersTest() 690 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in allocateManySecondaryBuffersTest() 949 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, pCommandBuffers)); in createCommadBuffers() 2642 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitBufferCountNonZero() 2738 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitBufferCountEqualZero() 3128 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitBufferNullFence() 3236 allocateCommandBuffers(vk, vkDevice, &cmdBufParams, cmdBuffers); in submitTwoBuffersOneBufferNullWithFence() 3445 allocateCommandBuffers(vk, vkDevice, &secCmdBufParams, cmdBuffers); in executeSecondaryBufferTwiceTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.hpp | 672 VK_CHECK(m_deviceInterface.allocateCommandBuffers(m_device, &cmdInfo, &m_commandBuffers[0]));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 1288 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() function 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 D | vktProtectedMemWsiSwapchainTests.cpp | 1109 std::vector<CommandBufferSp> allocateCommandBuffers (const vk::DeviceInterface& vkd, in allocateCommandBuffers() function 1168 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest()
|