Home
last modified time | relevance | path

Searched refs:commandBufferCount (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandPool.cpp43 …ommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBu… in allocateCommandBuffers() argument
45 for(uint32_t i = 0; i < commandBufferCount; i++) in allocateCommandBuffers()
63 for(uint32_t j = 0; j < commandBufferCount; j++) in allocateCommandBuffers()
72 commandBuffers.insert(pCommandBuffers, pCommandBuffers + commandBufferCount); in allocateCommandBuffers()
77 void CommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBu… in freeCommandBuffers() argument
79 for(uint32_t i = 0; i < commandBufferCount; i++) in freeCommandBuffers()
DVkQueue.cpp43 totalSize += pSubmits[i].commandBufferCount * sizeof(VkCommandBuffer); in DeepCopySubmitInfo()
79 submits[i].commandBufferCount = pSubmits[i].commandBufferCount; in DeepCopySubmitInfo()
109 if(pSubmits[i].commandBufferCount > 0) in DeepCopySubmitInfo()
111 size_t size = pSubmits[i].commandBufferCount * sizeof(VkCommandBuffer); in DeepCopySubmitInfo()
234 for(uint32_t j = 0; j < submitInfo.commandBufferCount; j++) in submitQueue()
DVkCommandPool.hpp34 …ommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBu…
35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
DVkQueue.hpp69 uint32_t commandBufferCount; member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp816 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in releaseImageAndSignalSemaphore() local
822 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore()
855 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore()
876 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in waitSemaphoreAndAcquireImage() local
882 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage()
921 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage()
990 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in readPixels() local
996 /* .commandBufferCount = */ commandBufferCount, in readPixels()
1081 /* .commandBufferCount = */ commandBufferCount, in readPixels()
1096 vkFreeCommandBuffers(mDevice, mCommandPool, commandBufferCount, commandBuffers); in readPixels()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_command_buffer.c73 uint32_t commandBufferCount, in vk_common_CmdExecuteCommands() argument
80 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_CmdExecuteCommands()
Dvk_command_pool.c137 uint32_t commandBufferCount, in vk_common_FreeCommandBuffers() argument
140 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_FreeCommandBuffers()
Dvk_synchronization2.c302 n_command_buffers += pSubmits[s].commandBufferCount; in vk_common_QueueSubmit()
361 for (uint32_t i = 0; i < pSubmits[s].commandBufferCount; i++) { in vk_common_QueueSubmit()
387 .commandBufferInfoCount = pSubmits[s].commandBufferCount, in vk_common_QueueSubmit()
412 n_command_buffers += pSubmits[s].commandBufferCount; in vk_common_QueueSubmit()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_cmd_buffer.c83 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) { in lvp_AllocateCommandBuffers()
112 sizeof(*pCommandBuffers) * pAllocateInfo->commandBufferCount); in lvp_AllocateCommandBuffers()
128 uint32_t commandBufferCount, in lvp_FreeCommandBuffers() argument
131 for (uint32_t i = 0; i < commandBufferCount; i++) { in lvp_FreeCommandBuffers()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_buffer.cc45 command_info.commandBufferCount = 1; in Initialize()
86 submit_info.commandBufferCount = 1; in SubmitAndReset()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_queue.h35 size += vn_sizeof_uint32_t(&val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self()
37 size += vn_sizeof_array_size(val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self()
38 size += vn_sizeof_uint32_t_array(val->pCommandBufferDeviceMasks, val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self()
82 vn_encode_uint32_t(enc, &val->commandBufferCount); in vn_encode_VkDeviceGroupSubmitInfo_self()
84 vn_encode_array_size(enc, val->commandBufferCount); in vn_encode_VkDeviceGroupSubmitInfo_self()
85 vn_encode_uint32_t_array(enc, val->pCommandBufferDeviceMasks, val->commandBufferCount); in vn_encode_VkDeviceGroupSubmitInfo_self()
297 size += vn_sizeof_uint32_t(&val->commandBufferCount); in vn_sizeof_VkSubmitInfo_self()
299 size += vn_sizeof_array_size(val->commandBufferCount); in vn_sizeof_VkSubmitInfo_self()
300 for (uint32_t i = 0; i < val->commandBufferCount; i++) in vn_sizeof_VkSubmitInfo_self()
382 vn_encode_uint32_t(enc, &val->commandBufferCount); in vn_encode_VkSubmitInfo_self()
[all …]
Dvn_protocol_driver_command_buffer.h30 size += vn_sizeof_uint32_t(&val->commandBufferCount); in vn_sizeof_VkCommandBufferAllocateInfo_self()
59 vn_encode_uint32_t(enc, &val->commandBufferCount); in vn_encode_VkCommandBufferAllocateInfo_self()
2504 cmd_size += vn_sizeof_array_size((pAllocateInfo ? pAllocateInfo->commandBufferCount : 0)); in vn_sizeof_vkAllocateCommandBuffers()
2505 for (uint32_t i = 0; i < (pAllocateInfo ? pAllocateInfo->commandBufferCount : 0); i++) in vn_sizeof_vkAllocateCommandBuffers()
2525 vn_encode_array_size(enc, (pAllocateInfo ? pAllocateInfo->commandBufferCount : 0)); in vn_encode_vkAllocateCommandBuffers()
2526 for (uint32_t i = 0; i < (pAllocateInfo ? pAllocateInfo->commandBufferCount : 0); i++) in vn_encode_vkAllocateCommandBuffers()
2543 cmd_size += vn_sizeof_array_size((pAllocateInfo ? pAllocateInfo->commandBufferCount : 0)); in vn_sizeof_vkAllocateCommandBuffers_reply()
2544 for (uint32_t i = 0; i < (pAllocateInfo ? pAllocateInfo->commandBufferCount : 0); i++) in vn_sizeof_vkAllocateCommandBuffers_reply()
2564 …_t iter_count = vn_decode_array_size(dec, (pAllocateInfo ? pAllocateInfo->commandBufferCount : 0)); in vn_decode_vkAllocateCommandBuffers_reply()
2575 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in vn_sizeof_vkFreeCommandBuffers() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp59 commandBufferAllocateInfo.commandBufferCount = 1; in initialize()
113 submitInfo.commandBufferCount = 1; in clear()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DUtil.cpp45 allocInfo.commandBufferCount = 1; in beginSingleTimeCommands()
62 submitInfo.commandBufferCount = 1; in endSingleTimeCommands()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp535 cmd_buffer_info.commandBufferCount = 1; in get_overlay_draw()
1374 submit_info.commandBufferCount = 0; in render_swapchain_display()
1383 submit_info.commandBufferCount = 1; in render_swapchain_display()
1402 submit_info.commandBufferCount = 1; in render_swapchain_display()
2305 uint32_t commandBufferCount, in overlay_CmdExecuteCommands() argument
2313 for (uint32_t c = 0; c < commandBufferCount; c++) { in overlay_CmdExecuteCommands()
2321 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands()
2344 pAllocateInfo->commandBufferCount, in overlay_AllocateCommandBuffers()
2356 pAllocateInfo->commandBufferCount * 2, in overlay_AllocateCommandBuffers()
2363 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in overlay_AllocateCommandBuffers()
[all …]
/third_party/vulkan-loader/tests/live_verification/
Ddynamic_rendering_get_proc_addr.cpp64 alloc_info.commandBufferCount = 1; in main()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c545 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in vn_AllocateCommandBuffers()
558 sizeof(*pCommandBuffers) * pAllocateInfo->commandBufferCount); in vn_AllocateCommandBuffers()
588 uint32_t commandBufferCount, in vn_FreeCommandBuffers() argument
597 commandBufferCount, pCommandBuffers); in vn_FreeCommandBuffers()
599 for (uint32_t i = 0; i < commandBufferCount; i++) { in vn_FreeCommandBuffers()
1517 uint32_t commandBufferCount, in vn_CmdExecuteCommands() argument
1520 VN_CMD_ENQUEUE(vkCmdExecuteCommands, commandBuffer, commandBufferCount, in vn_CmdExecuteCommands()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c124 .commandBufferCount = 1, in override_queue()
148 .commandBufferCount = 1, in override_queue()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp294 submitInfo[0].commandBufferCount = numBuffers; in PrimaryCommandBufferBenchmarkHundredIndividual()
361 submitInfo[0].commandBufferCount = 1; in PrimaryCommandBufferBenchmarkOneWithOneHundred()
453 submitInfo[0].commandBufferCount = 1; in SecondaryCommandBufferBenchmark()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.cpp67 allocInfo.commandBufferCount = 1; in initialize()
DPersistentCommandPool.cpp105 commandBufferInfo.commandBufferCount = 1; in allocateCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp395 deUint32 commandBufferCount; member
818 si.commandBufferCount = data.commandBufferCount; in queueSubmit()
848 if (data.commandBufferCount) in queueSubmit()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandpool.c136 cmd_info.commandBufferCount = 1; in command_alloc()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_dynamic_rendering.c68 .commandBufferCount = 1, in get_cmd_buffer()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp79 DE_ASSERT(pAllocateInfo->commandBufferCount == 1u); in allocateCommandBuffer()

1234