/external/swiftshader/src/Vulkan/ |
D | VkCommandPool.cpp | 26 commandBuffers = new std::set<VkCommandBuffer>(); in CommandPool() 32 for(auto commandBuffer : *commandBuffers) in destroy() 38 delete commandBuffers; in destroy() 69 commandBuffers->insert(pCommandBuffers, pCommandBuffers + commandBufferCount); in allocateCommandBuffers() 78 commandBuffers->erase(pCommandBuffers[i]); in freeCommandBuffers() 88 for(auto commandBuffer : *commandBuffers) in reset() 97 commandBuffers->clear(); in reset()
|
D | VkCommandPool.hpp | 39 std::set<VkCommandBuffer>* commandBuffers; member in vk::CommandPool
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 332 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 334 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 336 if (commandBuffers[ndx] != (vk::VkCommandBuffer)0) in deinitCommandBuffers() 337 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 339 commandBuffers[ndx] = (vk::VkCommandBuffer)0; in deinitCommandBuffers() 342 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiDisplayTimingTests.cpp | 319 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 321 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 323 if (commandBuffers[ndx] != (vk::VkCommandBuffer)0) in deinitCommandBuffers() 324 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 326 commandBuffers[ndx] = (vk::VkCommandBuffer)0; in deinitCommandBuffers() 329 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiIncrementalPresentTests.cpp | 426 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 428 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 430 if (commandBuffers[ndx] != (vk::VkCommandBuffer)0) in deinitCommandBuffers() 431 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 433 commandBuffers[ndx] = (vk::VkCommandBuffer)0; in deinitCommandBuffers() 436 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiSwapchainTests.cpp | 1220 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local 1255 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in basicRenderTest() 1369 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local 1404 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in resizeSwapchainTest()
|
D | vktWsiColorSpaceTests.cpp | 871 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest() local 906 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in surfaceFormatRenderTest()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 484 const VkCommandBuffer* commandBuffers, in submit_to_queue() argument 495 submitInfo.pCommandBuffers = commandBuffers; in submit_to_queue()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 1150 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest() local 1215 const vk::VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in basicRenderTest()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 487 const VkCommandBuffer* commandBuffers, in submit_to_queue() argument 498 submitInfo.pCommandBuffers = commandBuffers; in submit_to_queue()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 4638 const VkCommandBuffer commandBuffers[] = in renderPassTest() local 4646 queueSubmit(vk, queue, DE_LENGTH_OF_ARRAY(commandBuffers), commandBuffers, *fence); in renderPassTest() 4776 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentTests() local 4861 …choose<TestConfig::CommandBufferTypes>(DE_ARRAY_BEGIN(commandBuffers), DE_ARRAY_END(commandBuffers… in addAttachmentTests() 5083 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentAllocationTests() local 5396 …choose<TestConfig::CommandBufferTypes>(DE_ARRAY_BEGIN(commandBuffers), DE_ARRAY_END(commandBuffers… in addAttachmentAllocationTests() 5571 …choose<TestConfig::CommandBufferTypes>(DE_ARRAY_BEGIN(commandBuffers), DE_ARRAY_END(commandBuffers… in addAttachmentAllocationTests()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 496 const Move<VkCommandBuffer> commandBuffers[] = in resetPoolReuseTest() local 502 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0]))) in resetPoolReuseTest() 504 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]), true)) in resetPoolReuseTest() 509 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[0]))) in resetPoolReuseTest() 511 if (!executeCommandBuffer(vkDevice, vk, queue, *(commandBuffers[1]))) in resetPoolReuseTest()
|
D | vktApiObjectManagementTests.cpp | 2260 vector<VkCommandBufferSp> commandBuffers; in createMultiple() local 2265 …commandBuffers.push_back(VkCommandBufferSp(new Move<VkCommandBuffer>(check<VkCommandBuffer>(pHandl… in createMultiple() 2268 return commandBuffers; in createMultiple()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 89 std::unordered_set<VkCommandBuffer> commandBuffers; member
|
D | core_validation.cpp | 4758 for (auto cmd_buffer : pPool->commandBuffers) { in CheckCommandBuffersInFlight() 4779 pool_state->commandBuffers.erase(command_buffers[i]); in FreeCommandBufferStates() 4869 …std::vector<VkCommandBuffer> cb_vec{cp_state->commandBuffers.begin(), cp_state->commandBuffers.end… in PreCallRecordDestroyCommandPool() 4888 for (auto cmdBuffer : command_pool_state->commandBuffers) { in PostCallRecordResetCommandPool() 6219 pPool->commandBuffers.insert(pCommandBuffer[i]); in PostCallRecordAllocateCommandBuffers()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 12126 …void executeCommands( ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const &d = Dispatch… 14373 …andBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… 14380 …void free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const… 47754 …void CommandBuffer::executeCommands( ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in executeCommands() argument 47756 …mdExecuteCommands( m_commandBuffer, commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in executeCommands() 48342 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local 48343 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers() 48344 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers() 48349 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local 48350 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers() [all …]
|