Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp129 pAllocateInfo->commandBufferCount); in gfxstream_vk_AllocateCommandBuffers()
130 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in gfxstream_vk_AllocateCommandBuffers()
141 std::vector<VkCommandBuffer> internal_objects(pAllocateInfo->commandBufferCount); in gfxstream_vk_AllocateCommandBuffers()
152 gfxstream_commandPool->internal_object, pAllocateInfo->commandBufferCount, in gfxstream_vk_AllocateCommandBuffers()
166 uint32_t commandBufferCount, in gfxstream_vk_FreeCommandBuffers() argument
173 std::vector<VkCommandBuffer> internal_objects(commandBufferCount); in gfxstream_vk_FreeCommandBuffers()
174 for (uint32_t i = 0; i < commandBufferCount; i++) { in gfxstream_vk_FreeCommandBuffers()
181 gfxstream_commandPool->internal_object, commandBufferCount, in gfxstream_vk_FreeCommandBuffers()
184 for (uint32_t i = 0; i < commandBufferCount; i++) { in gfxstream_vk_FreeCommandBuffers()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_pool.c203 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) { in vk_common_AllocateCommandBuffers()
223 for (i = 0; i < pAllocateInfo->commandBufferCount; i++) in vk_common_AllocateCommandBuffers()
232 uint32_t commandBufferCount, in vk_common_FreeCommandBuffers() argument
237 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_FreeCommandBuffers()
Dvk_command_buffer.c140 uint32_t commandBufferCount, in vk_common_CmdExecuteCommands() argument
147 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_CmdExecuteCommands()
Dvk_synchronization2.c305 n_command_buffers += pSubmits[s].commandBufferCount; in vk_common_QueueSubmit()
364 for (uint32_t i = 0; i < pSubmits[s].commandBufferCount; i++) { in vk_common_QueueSubmit()
390 .commandBufferInfoCount = pSubmits[s].commandBufferCount, in vk_common_QueueSubmit()
415 n_command_buffers += pSubmits[s].commandBufferCount; in vk_common_QueueSubmit()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp140 .commandBufferCount = 1, in saveImageContent()
260 .commandBufferCount = 1, in saveImageContent()
291 .commandBufferCount = 1, in loadImageContent()
337 .commandBufferCount = 1, in loadImageContent()
460 .commandBufferCount = 1, in loadImageContent()
488 .commandBufferCount = 1, in saveBufferContent()
562 .commandBufferCount = 1, in saveBufferContent()
591 .commandBufferCount = 1, in loadBufferContent()
668 .commandBufferCount = 1, in loadBufferContent()
DDisplayVk.cpp314 .commandBufferCount = 1, in postImpl()
337 .commandBufferCount = 1, in postImpl()
520 .commandBufferCount = 1, in postImpl()
701 .commandBufferCount = 1, in create()
736 .commandBufferCount = 1, in create()
Dvk_util.h438 .commandBufferCount = 1}; in runSingleTimeCommands()
446 .commandBufferCount = 1, in runSingleTimeCommands()
DVkSubDecoder.cpp1344 uint32_t commandBufferCount; in subDecode() local
1347 memcpy((uint32_t*)&commandBufferCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
1349 if (((commandBufferCount)) <= MAX_STACK_ITEMS) { in subDecode()
1353 ((commandBufferCount)) * sizeof(const VkCommandBuffer)); in subDecode()
1355 if (((commandBufferCount))) { in subDecode()
1357 *readStreamPtrPtr += 8 * ((commandBufferCount)); in subDecode()
1358 for (uint32_t k = 0; k < ((commandBufferCount)); ++k) { in subDecode()
1366 commandBufferCount, pCommandBuffers); in subDecode()
DVkCommonOperations.cpp2535 .commandBufferCount = 1, in readColorBufferToBytesLocked()
2777 .commandBufferCount = 1, in updateColorBufferFromBytesLocked()
3170 .commandBufferCount = 1, in readBufferToBytes()
3277 .commandBufferCount = 1, in updateBufferFromBytes()
3427 .commandBufferCount = 1, in allocateQueueTransferCommandBuffer_locked()
3553 .commandBufferCount = 1, in releaseColorBufferForGuestUse()
DVkDecoderGlobalState.h463 uint32_t commandBufferCount,
478 VkCommandPool commandPool, uint32_t commandBufferCount,
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.cpp89 .commandBufferCount = 1, in readImageData()
160 .commandBufferCount = 1, in readImageData()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp124 .commandBufferCount = 1, in TEST_P()
146 .commandBufferCount = 1, in TEST_P()
198 .commandBufferCount = 1, in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp469 .commandBufferCount = 1, in TEST_P()
521 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
608 .commandBufferCount = 1, in TEST_P()
675 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
785 .commandBufferCount = 1, in TEST_P()
851 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
1009 .commandBufferCount = 1, in TEST_P()
1077 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
1178 .commandBufferCount = 1, in TEST_P()
1244 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
DGfxstreamEnd2EndVkTests.cpp216 .commandBufferCount = 1, in TEST_P()
236 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
969 .commandBufferCount = 1, in TEST_P()
993 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp454 .commandBufferCount = 1, in TEST_P()
507 .commandBufferCount = 1, in TEST_P()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp172 .commandBufferCount = 1, in TEST_F()
190 .commandBufferCount = 1, in TEST_F()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h215 uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) { in vkFreeCommandBuffers() argument
217 commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
219 for (int i = 0; i < commandBufferCount; ++i) { in vkFreeCommandBuffers()
DVulkanTestHelper.cpp213 .commandBufferCount = 1, in beginCommandBuffer()
232 .commandBufferCount = 1, in submitCommandBuffer()
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h197 .commandBufferCount = 1, in submitCommandBufferAndWait()
261 .commandBufferCount = static_cast<uint32_t>(cmdBuffs.size())}; in setUpCommandBuffer()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp542 cmd_buffer_info.commandBufferCount = 1; in get_overlay_draw()
1381 submit_info.commandBufferCount = 0; in render_swapchain_display()
1390 submit_info.commandBufferCount = 1; in render_swapchain_display()
1409 submit_info.commandBufferCount = 1; in render_swapchain_display()
2322 uint32_t commandBufferCount, in overlay_CmdExecuteCommands() argument
2330 for (uint32_t c = 0; c < commandBufferCount; c++) { in overlay_CmdExecuteCommands()
2338 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands()
2361 pAllocateInfo->commandBufferCount, in overlay_AllocateCommandBuffers()
2373 pAllocateInfo->commandBufferCount * 2, in overlay_AllocateCommandBuffers()
2380 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in overlay_AllocateCommandBuffers()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_win32_keyed_mutex.adoc157 submit_info.commandBufferCount = 1;
/hardware/google/gfxstream/common/detector/
DVulkan.cpp949 .commandBufferCount = 1, in DoCommandsImmediate()
977 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in DoCommandsImmediate()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h498 uint32_t commandBufferCount,
550 void addToCommandPool(VkCommandPool commandPool, uint32_t commandBufferCount,
Dfunc_table.cpp161 internal_pSubmits[i].commandBufferCount); in gfxstream_vk_QueueSubmit()
163 sizeof(VkCommandBuffer) * internal_pSubmits[i].commandBufferCount); in gfxstream_vk_QueueSubmit()
164 for (uint32_t j = 0; j < internal_pSubmits[i].commandBufferCount; ++j) { in gfxstream_vk_QueueSubmit()
1720 void gfxstream_vk_CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, in gfxstream_vk_CmdExecuteCommands() argument
1727 std::vector<VkCommandBuffer> internal_pCommandBuffers(commandBufferCount); in gfxstream_vk_CmdExecuteCommands()
1728 for (uint32_t i = 0; i < commandBufferCount; ++i) { in gfxstream_vk_CmdExecuteCommands()
1735 commandBufferCount, internal_pCommandBuffers.data()); in gfxstream_vk_CmdExecuteCommands()
4739 internal_pSubmits[i].commandBufferCount); in gfxstream_vk_QueueSubmitAsyncGOOGLE()
4741 sizeof(VkCommandBuffer) * internal_pSubmits[i].commandBufferCount); in gfxstream_vk_QueueSubmitAsyncGOOGLE()
4742 for (uint32_t j = 0; j < internal_pSubmits[i].commandBufferCount; ++j) { in gfxstream_vk_QueueSubmitAsyncGOOGLE()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc638 pname:commandBufferCount member of pname:pAllocateInfo.
680 * pname:commandBufferCount is the number of command buffers to allocate
684 The number of command buffers allocated using pname:commandBufferCount
695 plus pname:commandBufferCount must: be less than or equal to the value
796 * pname:commandBufferCount is the length of the pname:pCommandBuffers
826 pname:commandBufferCount sname:VkCommandBuffer handles, each element of
2266 * pname:commandBufferCount is the number of command buffers to execute in
2621 * pname:commandBufferCount is the number of elements in the
2624 pname:commandBufferCount device masks indicating which physical devices
2644 * [[VUID-VkDeviceGroupSubmitInfo-commandBufferCount-00083]]
[all …]

123