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