/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 129 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/ |
D | vk_command_pool.c | 203 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()
|
D | vk_command_buffer.c | 140 uint32_t commandBufferCount, in vk_common_CmdExecuteCommands() argument 147 for (uint32_t i = 0; i < commandBufferCount; i++) { in vk_common_CmdExecuteCommands()
|
D | vk_synchronization2.c | 305 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/ |
D | VkDecoderSnapshotUtils.cpp | 140 .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()
|
D | DisplayVk.cpp | 314 .commandBufferCount = 1, in postImpl() 337 .commandBufferCount = 1, in postImpl() 520 .commandBufferCount = 1, in postImpl() 701 .commandBufferCount = 1, in create() 736 .commandBufferCount = 1, in create()
|
D | vk_util.h | 438 .commandBufferCount = 1}; in runSingleTimeCommands() 446 .commandBufferCount = 1, in runSingleTimeCommands()
|
D | VkSubDecoder.cpp | 1344 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()
|
D | VkCommonOperations.cpp | 2535 .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()
|
D | VkDecoderGlobalState.h | 463 uint32_t commandBufferCount, 478 VkCommandPool commandPool, uint32_t commandBufferCount,
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 89 .commandBufferCount = 1, in readImageData() 160 .commandBufferCount = 1, in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 124 .commandBufferCount = 1, in TEST_P() 146 .commandBufferCount = 1, in TEST_P() 198 .commandBufferCount = 1, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 469 .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()
|
D | GfxstreamEnd2EndVkTests.cpp | 216 .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()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 454 .commandBufferCount = 1, in TEST_P() 507 .commandBufferCount = 1, in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 172 .commandBufferCount = 1, in TEST_F() 190 .commandBufferCount = 1, in TEST_F()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 215 uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) { in vkFreeCommandBuffers() argument 217 commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers() 219 for (int i = 0; i < commandBufferCount; ++i) { in vkFreeCommandBuffers()
|
D | VulkanTestHelper.cpp | 213 .commandBufferCount = 1, in beginCommandBuffer() 232 .commandBufferCount = 1, in submitCommandBuffer()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 197 .commandBufferCount = 1, in submitCommandBufferAndWait() 261 .commandBufferCount = static_cast<uint32_t>(cmdBuffs.size())}; in setUpCommandBuffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 542 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/ |
D | VK_NV_win32_keyed_mutex.adoc | 157 submit_info.commandBufferCount = 1;
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 949 .commandBufferCount = 1, in DoCommandsImmediate() 977 .commandBufferCount = static_cast<uint32_t>(commandBufferHandles.size()), in DoCommandsImmediate()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 498 uint32_t commandBufferCount, 550 void addToCommandPool(VkCommandPool commandPool, uint32_t commandBufferCount,
|
D | func_table.cpp | 161 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/ |
D | cmdbuffers.adoc | 638 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 …]
|