/external/swiftshader/src/Vulkan/ |
D | VkCommandPool.cpp | 29 commandBuffers = new(deviceMemory) std::set<VkCommandBuffer>(); in CommandPool() 35 for(auto commandBuffer : *commandBuffers) in destroy() 41 vk::deallocate(commandBuffers, DEVICE_MEMORY); in destroy() 76 commandBuffers->insert(pCommandBuffers, pCommandBuffers + commandBufferCount); in allocateCommandBuffers() 85 commandBuffers->erase(pCommandBuffers[i]); in freeCommandBuffers() 95 for(auto commandBuffer : *commandBuffers) in reset() 104 commandBuffers->clear(); in reset()
|
D | VkCommandPool.hpp | 40 std::set<VkCommandBuffer> *commandBuffers; member in vk::CommandPool
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1187 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local 1215 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in basicRenderTest() 1274 …, commandBuffers(allocateCommandBuffers(vkd, device, cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY,… in FrameStreamObjects() 1289 **commandBuffers[mod], in newFrame() 1299 const vector<CommandBufferSp> commandBuffers; member in vkt::wsi::__anon7e42ac650111::FrameStreamObjects 1620 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest() local 1659 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in deviceGroupRenderTest() 2005 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, *groupDevice, *comman… in deviceGroupRenderTest2() local 2044 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in deviceGroupRenderTest2() 2186 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local [all …]
|
D | vktWsiDisplayControlTests.cpp | 378 std::vector<VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 380 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 382 if (commandBuffers[ndx] != (VkCommandBuffer)0) in deinitCommandBuffers() 383 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 385 commandBuffers[ndx] = (VkCommandBuffer)0; in deinitCommandBuffers() 388 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiSharedPresentableImageTests.cpp | 302 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 304 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 306 if (commandBuffers[ndx] != (vk::VkCommandBuffer)0) in deinitCommandBuffers() 307 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 309 commandBuffers[ndx] = (vk::VkCommandBuffer)0; in deinitCommandBuffers() 312 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiIncrementalPresentTests.cpp | 395 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 397 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 399 if (commandBuffers[ndx] != (vk::VkCommandBuffer)0) in deinitCommandBuffers() 400 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 402 commandBuffers[ndx] = (vk::VkCommandBuffer)0; in deinitCommandBuffers() 405 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiDisplayTimingTests.cpp | 315 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers() argument 317 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 319 if (commandBuffers[ndx] != (vk::VkCommandBuffer)0) in deinitCommandBuffers() 320 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 322 commandBuffers[ndx] = (vk::VkCommandBuffer)0; in deinitCommandBuffers() 325 commandBuffers.clear(); in deinitCommandBuffers()
|
D | vktWsiColorSpaceTests.cpp | 482 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest() local 517 const VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in surfaceFormatRenderTest()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 139 const VkCommandBuffer *commandBuffers); 302 void executeCommands(uint32_t commandBufferCount, const CommandBuffer *commandBuffers); 639 const VkCommandBuffer *commandBuffers) 642 vkFreeCommandBuffers(device, mHandle, commandBufferCount, commandBuffers); 878 const CommandBuffer *commandBuffers) 881 vkCmdExecuteCommands(mHandle, commandBufferCount, commandBuffers[0].ptr());
|
/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 | 1172 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest() local 1237 const vk::VkCommandBuffer commandBuffer = **commandBuffers[frameNdx%commandBuffers.size()]; in basicRenderTest()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 474 const VkCommandBuffer* commandBuffers, in submit_to_queue() argument 494 submitInfo.pCommandBuffers = commandBuffers; in submit_to_queue()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 4673 const VkCommandBuffer commandBuffers[] = in renderPassTest() local 4681 queueSubmit(vk, queue, DE_LENGTH_OF_ARRAY(commandBuffers), commandBuffers, *fence); in renderPassTest() 4826 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentTests() local 4920 …choose<TestConfig::CommandBufferTypes>(DE_ARRAY_BEGIN(commandBuffers), DE_ARRAY_END(commandBuffers… in addAttachmentTests() 5143 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentAllocationTests() local 5414 …choose<TestConfig::CommandBufferTypes>(DE_ARRAY_BEGIN(commandBuffers), DE_ARRAY_END(commandBuffers… in addAttachmentAllocationTests() 5589 …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 | 2273 vector<VkCommandBufferSp> commandBuffers; in createMultiple() local 2278 …commandBuffers.push_back(VkCommandBufferSp(new Move<VkCommandBuffer>(check<VkCommandBuffer>(pHandl… in createMultiple() 2281 return commandBuffers; in createMultiple()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 93 std::unordered_set<VkCommandBuffer> commandBuffers; member
|
D | core_validation.cpp | 4748 for (auto cmd_buffer : pPool->commandBuffers) { in CheckCommandBuffersInFlight() 4765 pool_state->commandBuffers.erase(command_buffers[i]); in FreeCommandBufferStates() 4858 …std::vector<VkCommandBuffer> cb_vec{cp_state->commandBuffers.begin(), cp_state->commandBuffers.end… in PreCallRecordDestroyCommandPool() 4874 for (auto cmdBuffer : command_pool_state->commandBuffers) { in PostCallRecordResetCommandPool() 6272 pPool->commandBuffers.insert(pCommandBuffer[i]); in PostCallRecordAllocateCommandBuffers()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 13452 …void executeCommands( ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch const &d = Disp… 15924 …rs( vk::CommandPool commandPool, ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch cons… 15931 …void free( vk::CommandPool commandPool, ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispat… 62903 … CommandBuffer::executeCommands( ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch cons… in executeCommands() argument 62905 …mdExecuteCommands( m_commandBuffer, commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in executeCommands() 63579 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local 63580 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers() 63581 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers() 63586 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local 63587 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers() [all …]
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 15794 …void executeCommands( ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers, Dispat… 18485 …l commandPool, ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers, Dispatch cons… 18492 …l commandPool, ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers, Dispatch cons… 67776 …ecuteCommands( ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers, Dispatch cons… in executeCommands() argument 67778 …mdExecuteCommands( m_commandBuffer, commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in executeCommands() 68522 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local 68523 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers() 68524 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers() 68529 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local 68530 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers() [all …]
|