Lines Matching refs:commandBufferCount
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()
2370 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount); in overlay_AllocateCommandBuffers()
2372 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount); in overlay_AllocateCommandBuffers()
2380 uint32_t commandBufferCount, in overlay_FreeCommandBuffers() argument
2384 for (uint32_t i = 0; i < commandBufferCount; i++) { in overlay_FreeCommandBuffers()
2412 commandBufferCount, pCommandBuffers); in overlay_FreeCommandBuffers()
2427 for (uint32_t c = 0; c < pSubmits[s].commandBufferCount; c++) { in overlay_QueueSubmit()