Lines Matching defs:commandBufferCount
527 cmd_buffer_info.commandBufferCount = 1;
1124 submit_info.commandBufferCount = 1;
1991 uint32_t commandBufferCount,
1998 for (uint32_t c = 0; c < commandBufferCount; c++) {
2005 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers);
2028 pAllocateInfo->commandBufferCount,
2042 pAllocateInfo->commandBufferCount * 2,
2051 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) {
2058 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2060 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2068 uint32_t commandBufferCount,
2072 for (uint32_t i = 0; i < commandBufferCount; i++) {
2099 commandBufferCount, pCommandBuffers);
2114 for (uint32_t c = 0; c < pSubmits[s].commandBufferCount; c++) {