Home
last modified time | relevance | path

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

123456

/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp57 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/
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()
DVkCommandPool.hpp34 …ommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBu…
35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
DVkStructConversion.hpp374 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/
Dgfxstream_vk_cmd.cpp121 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/
DvksStructsVKSC.hpp179 , 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/
Dvk_command_pool.c214 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()
Dvk_synchronization.c367 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()
Dvk_command_buffer.c134 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/
DVulkanHelper.cpp905 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/
Dcommand_buffer.cc46 command_info.commandBufferCount = 1; in Initialize()
88 submit_info.commandBufferCount = 1; in SubmitAndReset()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp77 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()
DvkPlatform.cpp735 …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/
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 …]
/external/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp61 commandBufferAllocateInfo.commandBufferCount = 1; in initialize()
125 submitInfo.commandBufferCount = 1; in clear()
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp47 allocInfo.commandBufferCount = 1; in beginSingleTimeCommands()
64 submitInfo.commandBufferCount = 1; in endSingleTimeCommands()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_queue.h42 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/
Dvkpositivelayertests.cpp146 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 …]
Dvklayertests_others.cpp286 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/
Doverlay.cpp588 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/
DPersistentCommandPool.cpp106 commandBufferInfo.commandBufferCount = 1; in allocateCommandBuffer()
DSecondaryCommandPool.cpp72 allocInfo.commandBufferCount = 1; in allocate()
/external/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c124 .commandBufferCount = 1, in override_queue()
148 .commandBufferCount = 1, in override_queue()
/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp281 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/
Dobject_tracker_utils.cpp578 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()

123456