/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktCommandPoolMemoryReservationTests.cpp | 57 uint32_t commandBufferCount; member 85 …if (testParams.commandBufferCount > context.getDeviceVulkanSC10Properties().maxCommandPoolCommandB… in verifyCommandPoolReservedSize() 105 commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * in verifyCommandPoolReservedSize() 114 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolReservedSize() 166 commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * in verifyCommandPoolAllocEqualsCommandBufferAlloc() 175 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolAllocEqualsCommandBufferAlloc() 187 std::vector<Move<VkCommandBuffer>> commandBuffers(testParams.commandBufferCount); in verifyCommandPoolAllocEqualsCommandBufferAlloc() 193 … testParams.commandBufferCount // uint32_t commandBufferCount; in verifyCommandPoolAllocEqualsCommandBufferAlloc() 209 for (uint32_t i = 0; i < testParams.commandBufferCount; ++i) in verifyCommandPoolAllocEqualsCommandBufferAlloc() 212 for (uint32_t i = 0; i < testParams.commandBufferCount; ++i) in verifyCommandPoolAllocEqualsCommandBufferAlloc() [all …]
|
/external/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 | VkCommandPool.hpp | 34 …ommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBu… 35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
|
D | VkStructConversion.hpp | 374 totalSize += Align8(pSubmits[i].commandBufferCount * sizeof(VkCommandBuffer)); in Allocate() 411 submits[i].commandBufferCount = pSubmits[i].commandBufferCount; in Allocate() 441 if(pSubmits[i].commandBufferCount > 0) in Allocate() 443 size_t size = pSubmits[i].commandBufferCount * sizeof(VkCommandBuffer); in Allocate() 540 submits[i].commandBufferCount = pSubmits[i].commandBufferInfoCount; in Allocate() 593 if(submits[i].commandBufferCount > 0) in Allocate() 595 size_t size = submits[i].commandBufferCount * sizeof(VkCommandBuffer); in Allocate() 599 for(uint32_t j = 0; j < submits[i].commandBufferCount; j++) in Allocate() 618 uint32_t commandBufferCount; member
|
/external/mesa3d/src/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 121 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in gfxstream_vk_AllocateCommandBuffers() 125 pAllocateInfo->commandBufferCount); in gfxstream_vk_AllocateCommandBuffers() 126 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in gfxstream_vk_AllocateCommandBuffers() 138 std::vector<VkCommandBuffer> internal_objects(pAllocateInfo->commandBufferCount); in gfxstream_vk_AllocateCommandBuffers() 149 gfxstream_commandPool->internal_object, pAllocateInfo->commandBufferCount, in gfxstream_vk_AllocateCommandBuffers() 163 uint32_t commandBufferCount, in gfxstream_vk_FreeCommandBuffers() argument 171 internal_objects.reserve(commandBufferCount); in gfxstream_vk_FreeCommandBuffers() 172 for (uint32_t i = 0; i < commandBufferCount; i++) { in gfxstream_vk_FreeCommandBuffers() 185 for (uint32_t i = 0; i < commandBufferCount; i++) { in gfxstream_vk_FreeCommandBuffers()
|
/external/deqp/external/vulkancts/vkscserver/ |
D | vksStructsVKSC.hpp | 179 , commandBufferCount(0u) in VulkanCommandMemoryConsumption() 191 , commandBufferCount(0u) in VulkanCommandMemoryConsumption() 217 uint32_t commandBufferCount; member 228 …serializer.Serialize(v.commandPool, v.commandBufferCount, v.currentCommandPoolAllocated, v.maxComm… in SerializeItem() 235 …serializer.Serialize(v.commandPool, v.commandBufferCount, v.currentCommandPoolAllocated, v.maxComm… in SerializeItem()
|
/external/mesa3d/src/vulkan/runtime/ |
D | vk_command_pool.c | 214 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) { in vk_common_AllocateCommandBuffers() 235 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) in vk_common_AllocateCommandBuffers() 244 uint32_t commandBufferCount, in vk_common_FreeCommandBuffers() argument 249 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_FreeCommandBuffers()
|
D | vk_synchronization.c | 367 n_command_buffers += pSubmits[s].commandBufferCount; in vk_common_QueueSubmit() 426 for (uint32_t i = 0; i < pSubmits[s].commandBufferCount; i++) { in vk_common_QueueSubmit() 452 .commandBufferInfoCount = pSubmits[s].commandBufferCount, in vk_common_QueueSubmit() 477 n_command_buffers += pSubmits[s].commandBufferCount; in vk_common_QueueSubmit()
|
D | vk_command_buffer.c | 134 uint32_t commandBufferCount, in vk_common_CmdExecuteCommands() argument 141 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_CmdExecuteCommands()
|
/external/angle/src/tests/test_utils/ |
D | VulkanHelper.cpp | 905 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in releaseImageAndSignalSemaphore() local 911 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore() 944 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore() 996 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in waitSemaphoreAndAcquireImage() local 1002 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage() 1041 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage() 1111 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in readPixels() local 1117 /* .commandBufferCount = */ commandBufferCount, in readPixels() 1202 /* .commandBufferCount = */ commandBufferCount, in readPixels() 1220 vkFreeCommandBuffers(mDevice, mCommandPool, commandBufferCount, commandBuffers); in readPixels() [all …]
|
/external/deqp-deps/amber/src/vulkan/ |
D | command_buffer.cc | 46 command_info.commandBufferCount = 1; in Initialize() 88 submit_info.commandBufferCount = 1; in SubmitAndReset()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 77 DE_ASSERT(pAllocateInfo->commandBufferCount == 1u); in allocateCommandBuffer() 87 allocateInfoCopy.commandBufferCount = 1; in allocateCommandBuffers() 88 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; ++i) in allocateCommandBuffers()
|
D | vkPlatform.cpp | 735 …cmdPoolSize = de::max(cmdPoolSize, memC.commandBufferCount * m_commandBufferMinimumSi… in createCommandPoolHandlerNorm() 738 … m_physicalDeviceVulkanSC10Properties.maxCommandBufferSize * memC.commandBufferCount); in createCommandPoolHandlerNorm() 743 …de::max(memC.commandBufferCount, 1u) // uint32_t commandPoolMaxCommand… in createCommandPoolHandlerNorm() 794 DDSTAT_HANDLE_CREATE(commandBufferRequestCount, pAllocateInfo->commandBufferCount); in allocateCommandBuffersHandler() 795 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; ++i) in allocateCommandBuffersHandler() 800 …:freeCommandBuffersHandler(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, in freeCommandBuffersHandler() argument 805 DE_UNREF(commandBufferCount); in freeCommandBuffersHandler()
|
/external/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 …]
|
/external/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 61 commandBufferAllocateInfo.commandBufferCount = 1; in initialize() 125 submitInfo.commandBufferCount = 1; in clear()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 47 allocInfo.commandBufferCount = 1; in beginSingleTimeCommands() 64 submitInfo.commandBufferCount = 1; in endSingleTimeCommands()
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_queue.h | 42 vn_decode_uint32_t(dec, &val->commandBufferCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 44 const size_t array_size = vn_decode_array_size(dec, val->commandBufferCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 49 vn_decode_array_size(dec, val->commandBufferCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 316 vn_decode_uint32_t(dec, &val->commandBufferCount); in vn_decode_VkSubmitInfo_self_temp() 318 const uint32_t iter_count = vn_decode_array_size(dec, val->commandBufferCount); in vn_decode_VkSubmitInfo_self_temp() 324 vn_decode_array_size(dec, val->commandBufferCount); in vn_decode_VkSubmitInfo_self_temp() 366 for (uint32_t i = 0; i < val->commandBufferCount; i++) in vn_replace_VkSubmitInfo_handle_self()
|
/external/vulkan-validation-layers/tests/ |
D | vkpositivelayertests.cpp | 146 submit_info.commandBufferCount = 1; in TEST_F() 546 submit_info.commandBufferCount = 1; in TEST_F() 742 submit_info.commandBufferCount = 1; in TEST_F() 799 submit_info.commandBufferCount = 1; in TEST_F() 1885 command_buffer_allocate_info.commandBufferCount = 1; in TEST_F() 1935 command_buffer_allocate_info.commandBufferCount = 1; in TEST_F() 1998 submit_info.commandBufferCount = 1; in TEST_F() 2756 command_buffer_allocate_info.commandBufferCount = 1; in TEST_F() 2813 alloc_info.commandBufferCount = 4; in TEST_F() 2876 submit_info[0].commandBufferCount = 1; in TEST_F() [all …]
|
D | vklayertests_others.cpp | 286 command_buffer_allocate_info.commandBufferCount = 1; in TEST_F() 423 command_buffer_allocate_info.commandBufferCount = 1; in TEST_F() 644 submit_info.commandBufferCount = 1; in TEST_F() 817 submit_info.commandBufferCount = 1; in TEST_F() 1097 submit_info.commandBufferCount = 1; in TEST_F() 1127 submit_info.commandBufferCount = 1; in TEST_F() 1336 device_group_submit_info.commandBufferCount = 1; in TEST_F() 1343 submit_info.commandBufferCount = 1; in TEST_F() 1569 cmd.commandBufferCount = 1; in TEST_F() 1631 cmd.commandBufferCount = 1; in TEST_F() [all …]
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 588 cmd_buffer_info.commandBufferCount = 1; in get_overlay_draw() 1405 submit_info.commandBufferCount = 0; in render_swapchain_display() 1414 submit_info.commandBufferCount = 1; in render_swapchain_display() 1433 submit_info.commandBufferCount = 1; in render_swapchain_display() 2352 uint32_t commandBufferCount, in overlay_CmdExecuteCommands() argument 2360 for (uint32_t c = 0; c < commandBufferCount; c++) { in overlay_CmdExecuteCommands() 2368 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands() 2391 pAllocateInfo->commandBufferCount, in overlay_AllocateCommandBuffers() 2403 pAllocateInfo->commandBufferCount * 2, in overlay_AllocateCommandBuffers() 2410 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in overlay_AllocateCommandBuffers() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | PersistentCommandPool.cpp | 106 commandBufferInfo.commandBufferCount = 1; in allocateCommandBuffer()
|
D | SecondaryCommandPool.cpp | 72 allocInfo.commandBufferCount = 1; in allocate()
|
/external/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 124 .commandBufferCount = 1, in override_queue() 148 .commandBufferCount = 1, in override_queue()
|
/external/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 281 submitInfo[0].commandBufferCount = numBuffers; in PrimaryCommandBufferBenchmarkHundredIndividual() 348 submitInfo[0].commandBufferCount = 1; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 440 submitInfo[0].commandBufferCount = 1; in SecondaryCommandBufferBenchmark()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 578 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in PostCallRecordAllocateCommandBuffers() 609 …ValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, in PreCallValidateFreeCommandBuffers() argument 616 for (uint32_t i = 0; i < commandBufferCount; i++) { in PreCallValidateFreeCommandBuffers() 626 …llRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, in PreCallRecordFreeCommandBuffers() argument 628 for (uint32_t i = 0; i < commandBufferCount; i++) { in PreCallRecordFreeCommandBuffers()
|