| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| D | vktCommandPoolMemoryReservationTests.cpp | 57 deUint32 commandBufferCount; member 87 …if ( testParams.commandBufferCount > context.getDeviceVulkanSC10Properties().maxCommandPoolComman… in verifyCommandPoolReservedSize() 102 …vedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.ge… in verifyCommandPoolReservedSize() 111 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolReservedSize() 162 … = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.ge… in verifyCommandPoolAllocEqualsCommandBufferAlloc() 171 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolAllocEqualsCommandBufferAlloc() 184 std::vector<Move<VkCommandBuffer>> commandBuffers (testParams.commandBufferCount); in verifyCommandPoolAllocEqualsCommandBufferAlloc() 191 testParams.commandBufferCount // deUint32 commandBufferCount; in verifyCommandPoolAllocEqualsCommandBufferAlloc() 207 for (deUint32 i = 0; i < testParams.commandBufferCount; ++i) in verifyCommandPoolAllocEqualsCommandBufferAlloc() 210 for (deUint32 i = 0; i < testParams.commandBufferCount; ++i) in verifyCommandPoolAllocEqualsCommandBufferAlloc() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
| D | vktCommandPoolMemoryReservationTests.cpp | 57 deUint32 commandBufferCount; member 87 …if ( testParams.commandBufferCount > context.getDeviceVulkanSC10Properties().maxCommandPoolComman… in verifyCommandPoolReservedSize() 102 …vedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.ge… in verifyCommandPoolReservedSize() 111 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolReservedSize() 162 … = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.ge… in verifyCommandPoolAllocEqualsCommandBufferAlloc() 171 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolAllocEqualsCommandBufferAlloc() 184 std::vector<Move<VkCommandBuffer>> commandBuffers (testParams.commandBufferCount); in verifyCommandPoolAllocEqualsCommandBufferAlloc() 191 testParams.commandBufferCount // deUint32 commandBufferCount; in verifyCommandPoolAllocEqualsCommandBufferAlloc() 207 for (deUint32 i = 0; i < testParams.commandBufferCount; ++i) in verifyCommandPoolAllocEqualsCommandBufferAlloc() 210 for (deUint32 i = 0; i < testParams.commandBufferCount; ++i) in verifyCommandPoolAllocEqualsCommandBufferAlloc() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkCommandPool.cpp | 43 …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()
|
| D | VkQueue.cpp | 43 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()
|
| D | VkCommandPool.hpp | 34 …ommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBu… 35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
|
| D | VkQueue.hpp | 69 uint32_t commandBufferCount; member
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksStructsVKSC.hpp | 176 , commandBufferCount (0u) in VulkanCommandMemoryConsumption() 188 , commandBufferCount (0u) in VulkanCommandMemoryConsumption() 211 deUint32 commandBufferCount; member 222 …serializer.Serialize(v.commandPool, v.commandBufferCount, v.currentCommandPoolAllocated, v.maxComm… in SerializeItem() 227 …serializer.Serialize(v.commandPool, v.commandBufferCount, v.currentCommandPoolAllocated, v.maxComm… in SerializeItem()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | VulkanHelper.cpp | 816 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/ |
| D | vk_command_buffer.c | 73 uint32_t commandBufferCount, in vk_common_CmdExecuteCommands() argument 80 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_CmdExecuteCommands()
|
| D | vk_synchronization2.c | 302 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()
|
| D | vk_command_pool.c | 137 uint32_t commandBufferCount, in vk_common_FreeCommandBuffers() argument 140 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_FreeCommandBuffers()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_cmd_buffer.c | 83 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/ |
| D | command_buffer.cc | 45 command_info.commandBufferCount = 1; in Initialize() 86 submit_info.commandBufferCount = 1; in SubmitAndReset()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkRefUtil.cpp | 83 DE_ASSERT(pAllocateInfo->commandBufferCount == 1u); in allocateCommandBuffer() 91 allocateInfoCopy.commandBufferCount = 1; in allocateCommandBuffers() 92 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; ++i) { in allocateCommandBuffers()
|
| D | vkPlatform.cpp | 730 cmdPoolSize = de::max(cmdPoolSize, memC.commandBufferCount * m_commandBufferMinimumSize); in createCommandPoolHandlerNorm() 732 …(cmdPoolSize, m_physicalDeviceVulkanSC10Properties.maxCommandBufferSize * memC.commandBufferCount); in createCommandPoolHandlerNorm() 738 de::max(memC.commandBufferCount, 1u) // uint32_t commandPoolMaxCommandBuffers in createCommandPoolHandlerNorm() 789 DDSTAT_HANDLE_CREATE(commandBufferRequestCount, pAllocateInfo->commandBufferCount); in allocateCommandBuffersHandler() 790 for (deUint32 i = 0; i < pAllocateInfo->commandBufferCount; ++i) in allocateCommandBuffersHandler() 797 deUint32 commandBufferCount, in freeCommandBuffersHandler() argument 802 DE_UNREF(commandBufferCount); in freeCommandBuffersHandler()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_queue.h | 35 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
| D | ClearImageBenchmarks.cpp | 59 commandBufferAllocateInfo.commandBufferCount = 1; in initialize() 113 submitInfo.commandBufferCount = 1; in clear()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | Util.cpp | 45 allocInfo.commandBufferCount = 1; in beginSingleTimeCommands() 62 submitInfo.commandBufferCount = 1; in endSingleTimeCommands()
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 535 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/flutter/skia/tools/gpu/vk/ |
| D | VkTestContext.cpp | 57 allocateInfo.commandBufferCount = 1; in VkFenceSync() 99 submitInfo.commandBufferCount = 1; in insertFence()
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_command_buffer.c | 545 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/vulkan-loader/tests/live_verification/ |
| D | dynamic_rendering_get_proc_addr.cpp | 64 alloc_info.commandBufferCount = 1; in main()
|
| /third_party/flutter/engine/flutter/vulkan/ |
| D | vulkan_command_buffer.cc | 24 .commandBufferCount = 1, in VulkanCommandBuffer()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | VulkanCommandBufferPerf.cpp | 294 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/tests/perf_tests/ |
| D | VulkanCommandBufferPerf.cpp | 294 submitInfo[0].commandBufferCount = numBuffers; in PrimaryCommandBufferBenchmarkHundredIndividual() 361 submitInfo[0].commandBufferCount = 1; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 453 submitInfo[0].commandBufferCount = 1; in SecondaryCommandBufferBenchmark()
|