| 1830 | col_names.push_back(""); |
| 1831 | |
| 1832 | struct BatchToColumn |
| 1833 | { |
| 1834 | u64 first_col = ~0u; |
| 1835 | u64 col_count = ~0u; |
| 1836 | }; |
| 1837 | u32 batch_count = 0u; |
| 1838 | for (u32 submit_index = 0; submit_index < impl_tg->submits.size(); ++submit_index) |
| 1839 | { |
nothing calls this directly
no outgoing calls
no test coverage detected