| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkCommandPool.hpp | 40 std::set<VkCommandBuffer> commandBuffers; member in vk::CommandPool
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUQueue.cpp | 35 std::vector<interop::Interface<interop::GPUCommandBuffer>> commandBuffers) { in submit()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | VulkanHelper.cpp | 815 VkCommandBuffer commandBuffers[] = {VK_NULL_HANDLE}; in releaseImageAndSignalSemaphore() local 875 VkCommandBuffer commandBuffers[] = {VK_NULL_HANDLE}; in waitSemaphoreAndAcquireImage() local 989 VkCommandBuffer commandBuffers[] = {VK_NULL_HANDLE}; in readPixels() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | DrawTester.hpp | 169 std::vector<vk::CommandBuffer> commandBuffers; // Owning handles member in DrawTester
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
| D | vktCommandPoolMemoryReservationTests.cpp | 184 std::vector<Move<VkCommandBuffer>> commandBuffers (testParams.commandBufferCount); in verifyCommandPoolAllocEqualsCommandBufferAlloc() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| D | vktCommandPoolMemoryReservationTests.cpp | 184 std::vector<Move<VkCommandBuffer>> commandBuffers (testParams.commandBufferCount); in verifyCommandPoolAllocEqualsCommandBufferAlloc() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiSwapchainTests.cpp | 1351 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local 1463 const vector<CommandBufferSp> commandBuffers; member in vkt::wsi::__anon343001990111::FrameStreamObjects 1788 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest() local 2171 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest2() local 2352 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local
|
| D | vktWsiFullScreenExclusiveTests.cpp | 477 …const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *comma… in fullScreenExclusiveTest() local
|
| D | vktWsiMaintenance1Tests.cpp | 863 …const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPo… in presentFenceTest() local 1609 …const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPo… in scalingTest() local 2063 …const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPo… in releaseImagesTest() local
|
| D | vktWsiColorSpaceTests.cpp | 669 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest() local
|
| D | vktWsiSharedPresentableImageTests.cpp | 304 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| D | vktWsiDisplayControlTests.cpp | 379 std::vector<VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| D | vktWsiDisplayTimingTests.cpp | 317 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| D | vktWsiIncrementalPresentTests.cpp | 397 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
| D | vktWsiSwapchainTests.cpp | 1335 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local 1447 const vector<CommandBufferSp> commandBuffers; member in vkt::wsi::__anonb7bc61790111::FrameStreamObjects 1772 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest() local 2155 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest2() local 2336 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local
|
| D | vktWsiFullScreenExclusiveTests.cpp | 477 …const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *comma… in fullScreenExclusiveTest() local
|
| D | vktWsiColorSpaceTests.cpp | 669 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest() local
|
| D | vktWsiDisplayControlTests.cpp | 379 std::vector<VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| D | vktWsiSharedPresentableImageTests.cpp | 304 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| D | vktWsiDisplayTimingTests.cpp | 317 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| D | vktWsiIncrementalPresentTests.cpp | 397 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 799 std::vector<VkCommandBuffer> commandBuffers; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 798 std::vector<VkCommandBuffer> commandBuffers; in iterate() local
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkCommandBuffer.cpp | 573 const VkCommandBuffer* commandBuffers, in submit_to_queue()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
| D | vktProtectedMemWsiSwapchainTests.cpp | 1168 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest() local
|