/external/swiftshader/src/Vulkan/ |
D | VkCommandPool.cpp | 49 …*device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBuffer *pCommandBuffers) in allocateCommandBuffers() argument 60 pCommandBuffers[i] = *commandBuffer; in allocateCommandBuffers() 66 vk::destroy(pCommandBuffers[j], DEVICE_MEMORY); in allocateCommandBuffers() 70 pCommandBuffers[j] = VK_NULL_HANDLE; in allocateCommandBuffers() 76 commandBuffers->insert(pCommandBuffers, pCommandBuffers + commandBufferCount); in allocateCommandBuffers() 81 …ommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) in freeCommandBuffers() argument 85 commandBuffers->erase(pCommandBuffers[i]); in freeCommandBuffers() 86 vk::destroy(pCommandBuffers[i], DEVICE_MEMORY); in freeCommandBuffers()
|
D | VkCommandPool.hpp | 34 …device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBuffer *pCommandBuffers); 35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
|
D | VkQueue.cpp | 68 submits[i].pCommandBuffers = reinterpret_cast<const VkCommandBuffer *>(mem); in DeepCopySubmitInfo() 69 memcpy(mem, pSubmits[i].pCommandBuffers, size); in DeepCopySubmitInfo() 138 vk::Cast(submitInfo.pCommandBuffers[j])->submit(executionState); in submitQueue()
|
D | libVulkan.cpp | 2082 …kDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) in vkAllocateCommandBuffers() argument 2085 device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers() 2094 …uffers(vk::Cast(device), pAllocateInfo->level, pAllocateInfo->commandBufferCount, pCommandBuffers); in vkAllocateCommandBuffers() 2097 …ce, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) in vkFreeCommandBuffers() argument 2100 device, static_cast<void *>(commandPool), int(commandBufferCount), pCommandBuffers); in vkFreeCommandBuffers() 2102 vk::Cast(commandPool)->freeCommandBuffers(commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers() 2519 …VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) in vkCmdExecuteCommands() argument 2522 commandBuffer, commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands() 2524 vk::Cast(commandBuffer)->executeCommands(commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands()
|
D | VkCommandBuffer.hpp | 73 void executeCommands(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 566 VkCommandBuffer *pCommandBuffers) { in PreCallValidateAllocateCommandBuffers() argument 576 … VkCommandBuffer *pCommandBuffers, VkResult result) { in PostCallRecordAllocateCommandBuffers() argument 579 …AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], pAllocateInfo->level… in PostCallRecordAllocateCommandBuffers() 610 const VkCommandBuffer *pCommandBuffers) { in PreCallValidateFreeCommandBuffers() argument 617 if (pCommandBuffers[i] != VK_NULL_HANDLE) { in PreCallValidateFreeCommandBuffers() 618 skip |= ValidateCommandBuffer(device, commandPool, pCommandBuffers[i]); in PreCallValidateFreeCommandBuffers() 619 …skip |= ValidateDestroyObject(device, pCommandBuffers[i], kVulkanObjectTypeCommandBuffer, nullptr,… in PreCallValidateFreeCommandBuffers() 627 const VkCommandBuffer *pCommandBuffers) { in PreCallRecordFreeCommandBuffers() argument 629 RecordDestroyObject(device, pCommandBuffers[i], kVulkanObjectTypeCommandBuffer); in PreCallRecordFreeCommandBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 396 submitInfo[FIRST].pCommandBuffers = &cmdBuffer[FIRST].get(); in basicMultiQueueCase() 415 submitInfo[SECOND].pCommandBuffers = &cmdBuffer[SECOND].get(); in basicMultiQueueCase() 440 submitInfo[SECOND].pCommandBuffers = &cmdBuffer[SECOND].get(); in basicMultiQueueCase() 441 submitInfo[FIRST].pCommandBuffers = &cmdBuffer[FIRST].get(); in basicMultiQueueCase()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_cmd_buffer.c | 80 VkCommandBuffer* pCommandBuffers) in lvp_AllocateCommandBuffers() argument 99 pCommandBuffers[i] = lvp_cmd_buffer_to_handle(cmd_buffer); in lvp_AllocateCommandBuffers() 102 &pCommandBuffers[i]); in lvp_AllocateCommandBuffers() 110 i, pCommandBuffers); in lvp_AllocateCommandBuffers() 111 memset(pCommandBuffers, 0, in lvp_AllocateCommandBuffers() 112 sizeof(*pCommandBuffers) * pAllocateInfo->commandBufferCount); in lvp_AllocateCommandBuffers() 131 const VkCommandBuffer* pCommandBuffers) in lvp_FreeCommandBuffers() argument 134 LVP_FROM_HANDLE(lvp_cmd_buffer, cmd_buffer, pCommandBuffers[i]); in lvp_FreeCommandBuffers()
|
/external/deqp-deps/amber/src/vulkan/ |
D | command_buffer.cc | 84 submit_info.pCommandBuffers = &command_; in SubmitAndReset()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 288 VkCommandBuffer* pCommandBuffers) in anv_AllocateCommandBuffers() argument 298 &pCommandBuffers[i]); in anv_AllocateCommandBuffers() 305 i, pCommandBuffers); in anv_AllocateCommandBuffers() 307 pCommandBuffers[i] = VK_NULL_HANDLE; in anv_AllocateCommandBuffers() 333 const VkCommandBuffer* pCommandBuffers) in anv_FreeCommandBuffers() argument 336 ANV_FROM_HANDLE(anv_cmd_buffer, cmd_buffer, pCommandBuffers[i]); in anv_FreeCommandBuffers()
|
/external/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 295 submitInfo[0].pCommandBuffers = info.cmds.data(); in PrimaryCommandBufferBenchmarkHundredIndividual() 362 submitInfo[0].pCommandBuffers = cmd_bufs; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 454 submitInfo[0].pCommandBuffers = cmd_bufs; in SecondaryCommandBufferBenchmark()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1376 submit_info.pCommandBuffers = &draw->command_buffer; in render_swapchain_display() 1394 submit_info.pCommandBuffers = &draw->command_buffer; in render_swapchain_display() 2297 const VkCommandBuffer* pCommandBuffers) in overlay_CmdExecuteCommands() argument 2306 FIND(struct command_buffer_data, pCommandBuffers[c]); in overlay_CmdExecuteCommands() 2312 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands() 2318 VkCommandBuffer* pCommandBuffers) in overlay_AllocateCommandBuffers() argument 2322 device_data->vtable.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in overlay_AllocateCommandBuffers() 2355 new_command_buffer_data(pCommandBuffers[i], pAllocateInfo->level, in overlay_AllocateCommandBuffers() 2372 const VkCommandBuffer* pCommandBuffers) in overlay_FreeCommandBuffers() argument 2377 FIND(struct command_buffer_data, pCommandBuffers[i]); in overlay_FreeCommandBuffers() [all …]
|
/external/vulkan-validation-layers/layers/generated/ |
D | thread_safety.cpp | 29 VkCommandBuffer *pCommandBuffers) { in PreCallRecordAllocateCommandBuffers() argument 35 … VkCommandBuffer *pCommandBuffers, VkResult result) { in PostCallRecordAllocateCommandBuffers() argument 40 if(pCommandBuffers) { in PostCallRecordAllocateCommandBuffers() 42 auto &bucket = GetBucket(pCommandBuffers[index]); in PostCallRecordAllocateCommandBuffers() 44 bucket.command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool; in PostCallRecordAllocateCommandBuffers() 64 const VkCommandBuffer *pCommandBuffers) { in PreCallRecordFreeCommandBuffers() argument 68 if(pCommandBuffers) { in PreCallRecordFreeCommandBuffers() 72 StartWriteObject(pCommandBuffers[index], lockCommandPool); in PreCallRecordFreeCommandBuffers() 77 FinishWriteObject(pCommandBuffers[index], lockCommandPool); in PreCallRecordFreeCommandBuffers() 81 auto &bucket = GetBucket(pCommandBuffers[index]); in PreCallRecordFreeCommandBuffers() [all …]
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 645 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 818 submit_info.pCommandBuffers = &cmd_buff.handle(); in TEST_F() 1098 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1128 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1344 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1716 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1761 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1819 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1851 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1904 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() [all …]
|
D | vkpositivelayertests.cpp | 147 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 547 submit_info.pCommandBuffers = &cmdbuf.handle(); in TEST_F() 743 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 800 submit_info.pCommandBuffers = &m_commandBuffer->handle(); in TEST_F() 1999 submit_info.pCommandBuffers = &primary_command_buffer; in TEST_F() 2877 submit_info[0].pCommandBuffers = &cmd_bufs[0]; in TEST_F() 2886 submit_info[1].pCommandBuffers = &cmd_bufs[1]; in TEST_F() 2895 submit_info[2].pCommandBuffers = &cmd_bufs[2]; in TEST_F() 3764 submit_info.pCommandBuffers = &command_buffer; in TEST_F() 3915 submit_info.pCommandBuffers = command_buffer; in TEST_F() [all …]
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 99 si.pCommandBuffers = &batch->cmdbuf; in zink_end_batch()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1269 …kDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in allocateCommandBuffers() argument 1273 if (pAllocateInfo && pCommandBuffers) in allocateCommandBuffers() 1278 pCommandBuffers[ndx] = poolImpl->allocate(pAllocateInfo->level); in allocateCommandBuffers() 1284 …ce, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) in freeCommandBuffers() argument 1291 poolImpl->free(pCommandBuffers[ndx]); in freeCommandBuffers()
|
D | vkDeviceDriverImpl.inl | 365 …e device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) const 367 return m_vk.allocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); 370 …CommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const 372 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); 605 …andBuffer commandBuffer, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const 607 m_vk.cmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers);
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 341 TU_FROM_HANDLE(tu_cmd_buffer, cmdbuf, submit->pCommandBuffers[j]); in tu_QueueSubmit() 360 TU_FROM_HANDLE(tu_cmd_buffer, cmdbuf, submit->pCommandBuffers[j]); in tu_QueueSubmit()
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 653 …pCommandBuffers such that its element is already pending execution in commandBuffer and was create… 654 |3 | | Call vkCmdExecuteCommands with pCommandBuffers such that its element appears twice in pComm… 655 …pCommandBuffers recorded with the VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT | If vkCmdExecu…
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 77 submitInfo.pCommandBuffers = &fCommandBuffer;
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 595 submitInfo.pCommandBuffers = &backbuffer->fTransitionCmdBuffers[0]; in getBackbufferSurface() 667 submitInfo.pCommandBuffers = &backbuffer->fTransitionCmdBuffers[1]; in swapBuffers()
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 100 submitInfo.pCommandBuffers = &fCommandBuffer; in insertFence()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 100 submitInfo.pCommandBuffers = &fCommandBuffer; in insertFence()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1301 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1302 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1303 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1304 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1305 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1306 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1307 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 1308 …e, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); 1309 …e, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); 1310 …e, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); [all …]
|