/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandPool.cpp | 43 …*device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBuffer *pCommandBuffers) in allocateCommandBuffers() argument 54 pCommandBuffers[i] = *commandBuffer; in allocateCommandBuffers() 60 vk::destroy(pCommandBuffers[j], NULL_ALLOCATION_CALLBACKS); in allocateCommandBuffers() 65 pCommandBuffers[j] = VK_NULL_HANDLE; in allocateCommandBuffers() 72 commandBuffers.insert(pCommandBuffers, pCommandBuffers + commandBufferCount); in allocateCommandBuffers() 77 …ommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) in freeCommandBuffers() argument 81 commandBuffers.erase(pCommandBuffers[i]); in freeCommandBuffers() 82 vk::destroy(pCommandBuffers[i], NULL_ALLOCATION_CALLBACKS); 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 | 86 submits[i].pCommandBuffers = nullptr; in DeepCopySubmitInfo() 112 submits[i].pCommandBuffers = reinterpret_cast<const VkCommandBuffer *>(mem); in DeepCopySubmitInfo() 113 memcpy(mem, pSubmits[i].pCommandBuffers, size); in DeepCopySubmitInfo() 236 Cast(submitInfo.pCommandBuffers[j])->submit(executionState); in submitQueue()
|
D | VkQueue.hpp | 70 const VkCommandBuffer *pCommandBuffers; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_cmd_buffer.c | 75 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() 129 const VkCommandBuffer* pCommandBuffers) in lvp_FreeCommandBuffers() argument 132 LVP_FROM_HANDLE(lvp_cmd_buffer, cmd_buffer, pCommandBuffers[i]); in lvp_FreeCommandBuffers()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | cmdbuffers.adoc | 426 * pname:pCommandBuffers is a pointer to an array of slink:VkCommandBuffer 437 command, set all entries of the pname:pCommandBuffers array to `NULL` and 443 Filling pname:pCommandBuffers with `NULL` values on failure is an exception 551 * pname:commandBufferCount is the length of the pname:pCommandBuffers 553 * pname:pCommandBuffers is a pointer to an array of handles of command 557 recording or executable state>> and has any element of pname:pCommandBuffers 562 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00047]] 563 All elements of pname:pCommandBuffers must: not be in the 565 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00048]] 566 pname:pCommandBuffers must: be a valid pointer to an array of [all …]
|
D | cmdbuffers.txt | 426 * pname:pCommandBuffers is a pointer to an array of slink:VkCommandBuffer 437 command, set all entries of the pname:pCommandBuffers array to `NULL` and 443 Filling pname:pCommandBuffers with `NULL` values on failure is an exception 551 * pname:commandBufferCount is the length of the pname:pCommandBuffers 553 * pname:pCommandBuffers is a pointer to an array of handles of command 557 recording or executable state>> and has any element of pname:pCommandBuffers 562 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00047]] 563 All elements of pname:pCommandBuffers must: not be in the 565 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00048]] 566 pname:pCommandBuffers must: be a valid pointer to an array of [all …]
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_command_buffer.c | 74 const VkCommandBuffer *pCommandBuffers) in vk_common_CmdExecuteCommands() argument 81 VK_FROM_HANDLE(vk_command_buffer, secondary, pCommandBuffers[i]); in vk_common_CmdExecuteCommands()
|
D | vk_command_pool.c | 138 const VkCommandBuffer *pCommandBuffers) in vk_common_FreeCommandBuffers() argument 141 VK_FROM_HANDLE(vk_command_buffer, cmd_buffer, pCommandBuffers[i]); in vk_common_FreeCommandBuffers()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 537 VkCommandBuffer *pCommandBuffers) in vn_AllocateCommandBuffers() argument 551 cmd = vn_command_buffer_from_handle(pCommandBuffers[j]); in vn_AllocateCommandBuffers() 557 memset(pCommandBuffers, 0, in vn_AllocateCommandBuffers() 558 sizeof(*pCommandBuffers) * pAllocateInfo->commandBufferCount); in vn_AllocateCommandBuffers() 576 pCommandBuffers[i] = cmd_handle; in vn_AllocateCommandBuffers() 580 pCommandBuffers); in vn_AllocateCommandBuffers() 589 const VkCommandBuffer *pCommandBuffers) in vn_FreeCommandBuffers() argument 597 commandBufferCount, pCommandBuffers); in vn_FreeCommandBuffers() 601 vn_command_buffer_from_handle(pCommandBuffers[i]); in vn_FreeCommandBuffers() 1518 const VkCommandBuffer *pCommandBuffers) in vn_CmdExecuteCommands() argument [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 88 …e device, const VkCommandBufferAllocateInfo* pAllocateInfo, Move<VkCommandBuffer> *pCommandBuffers) in allocateCommandBuffers() argument 95 …pCommandBuffers[i] = Move<VkCommandBuffer>(check<VkCommandBuffer>(object), Deleter<VkCommandBuffer… in allocateCommandBuffers()
|
D | vkPlatform.cpp | 786 VkCommandBuffer* pCommandBuffers) const in allocateCommandBuffersHandler() 791 pCommandBuffers[i] = (VkCommandBuffer)m_resourceInterface->incResourceCounter(); in allocateCommandBuffersHandler() 792 m_resourceInterface->allocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in allocateCommandBuffersHandler() 798 const VkCommandBuffer* pCommandBuffers) const in freeCommandBuffersHandler() 803 DE_UNREF(pCommandBuffers); in freeCommandBuffersHandler()
|
D | vkPlatform.hpp | 307 VkCommandBuffer* pCommandBuffers) const; 311 const VkCommandBuffer* pCommandBuffers) const;
|
D | vkRefUtil.hpp | 59 … device, const VkCommandBufferAllocateInfo* pAllocateInfo, Move<VkCommandBuffer> *pCommandBuffers);
|
D | vkNullDriver.cpp | 1326 …kDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in allocateCommandBuffers() argument 1330 if (pAllocateInfo && pCommandBuffers) in allocateCommandBuffers() 1335 pCommandBuffers[ndx] = poolImpl->allocate(pAllocateInfo->level); in allocateCommandBuffers() 1341 …ce, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) in freeCommandBuffers() argument 1348 poolImpl->free(pCommandBuffers[ndx]); in freeCommandBuffers()
|
/third_party/flutter/skia/third_party/externals/angle2/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()
|
/third_party/skia/third_party/externals/angle2/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()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_command_buffer.h | 2493 …kDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in vn_sizeof_vkAllocateCommandBuffers() argument 2503 if (pCommandBuffers) { in vn_sizeof_vkAllocateCommandBuffers() 2506 cmd_size += vn_sizeof_VkCommandBuffer(&pCommandBuffers[i]); in vn_sizeof_vkAllocateCommandBuffers() 2514 …kDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in vn_encode_vkAllocateCommandBuffers() argument 2524 if (pCommandBuffers) { in vn_encode_vkAllocateCommandBuffers() 2527 vn_encode_VkCommandBuffer(enc, &pCommandBuffers[i]); in vn_encode_vkAllocateCommandBuffers() 2533 …kDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in vn_sizeof_vkAllocateCommandBuffers_reply() argument 2542 if (pCommandBuffers) { in vn_sizeof_vkAllocateCommandBuffers_reply() 2545 cmd_size += vn_sizeof_VkCommandBuffer(&pCommandBuffers[i]); in vn_sizeof_vkAllocateCommandBuffers_reply() 2553 …kDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) in vn_decode_vkAllocateCommandBuffers_reply() argument [all …]
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1385 submit_info.pCommandBuffers = &draw->command_buffer; in render_swapchain_display() 1403 submit_info.pCommandBuffers = &draw->command_buffer; in render_swapchain_display() 2306 const VkCommandBuffer* pCommandBuffers) in overlay_CmdExecuteCommands() argument 2315 FIND(struct command_buffer_data, pCommandBuffers[c]); in overlay_CmdExecuteCommands() 2321 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands() 2327 VkCommandBuffer* pCommandBuffers) in overlay_AllocateCommandBuffers() argument 2331 device_data->vtable.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in overlay_AllocateCommandBuffers() 2364 new_command_buffer_data(pCommandBuffers[i], pAllocateInfo->level, in overlay_AllocateCommandBuffers() 2381 const VkCommandBuffer* pCommandBuffers) in overlay_FreeCommandBuffers() argument 2386 FIND(struct command_buffer_data, pCommandBuffers[i]); in overlay_FreeCommandBuffers() [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | command_buffer.cc | 87 submit_info.pCommandBuffers = &command_; in SubmitAndReset()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 1172 VkCommandBuffer *pCommandBuffers) in panvk_per_arch() 1199 pCommandBuffers[i] = panvk_cmd_buffer_to_handle(cmdbuf); in panvk_per_arch() 1206 pCommandBuffers); in panvk_per_arch() 1208 pCommandBuffers[j] = VK_NULL_HANDLE; in panvk_per_arch() 1217 const VkCommandBuffer *pCommandBuffers) in panvk_per_arch() 1220 VK_FROM_HANDLE(panvk_cmd_buffer, cmdbuf, pCommandBuffers[i]); in panvk_per_arch()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 151 VkCommandBuffer* pCommandBuffers) in anv_AllocateCommandBuffers() argument 161 &pCommandBuffers[i]); in anv_AllocateCommandBuffers() 168 VK_FROM_HANDLE(vk_command_buffer, cmd_buffer, pCommandBuffers[i]); in anv_AllocateCommandBuffers() 172 pCommandBuffers[i] = VK_NULL_HANDLE; in anv_AllocateCommandBuffers()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 274 info.pCommandBuffers = &fd->CommandBuffer; in FrameRender() 393 end_info.pCommandBuffers = &command_buffer; in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 284 info.pCommandBuffers = &fd->CommandBuffer; in FrameRender() 412 end_info.pCommandBuffers = &command_buffer; in main()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 114 submitInfo.pCommandBuffers = &commandBuffer; in clear()
|