Home
last modified time | relevance | path

Searched refs:commandBuffers (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkCommandPool.cpp26 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()
DVkCommandPool.hpp39 std::set<VkCommandBuffer>* commandBuffers; member in vk::CommandPool
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp332 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()
DvktWsiDisplayTimingTests.cpp319 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()
DvktWsiIncrementalPresentTests.cpp426 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()
DvktWsiSwapchainTests.cpp1220 …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()
DvktWsiColorSpaceTests.cpp871 …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/
DGrVkCommandBuffer.cpp484 const VkCommandBuffer* commandBuffers, in submit_to_queue() argument
495 submitInfo.pCommandBuffers = commandBuffers; in submit_to_queue()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1150 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/
DGrVkCommandBuffer.cpp487 const VkCommandBuffer* commandBuffers, in submit_to_queue() argument
498 submitInfo.pCommandBuffers = commandBuffers; in submit_to_queue()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4638 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/
DvktApiCommandBuffersTests.cpp496 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()
DvktApiObjectManagementTests.cpp2260 vector<VkCommandBufferSp> commandBuffers; in createMultiple() local
2265commandBuffers.push_back(VkCommandBufferSp(new Move<VkCommandBuffer>(check<VkCommandBuffer>(pHandl… in createMultiple()
2268 return commandBuffers; in createMultiple()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h89 std::unordered_set<VkCommandBuffer> commandBuffers; member
Dcore_validation.cpp4758 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/
Dvulkan.hpp12126 …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 …]