| 251 | } |
| 252 | |
| 253 | void generic_indirect_command_pipeline::complete(const device& dev) { |
| 254 | if (!get_pipeline_entry(dev)) { |
| 255 | throw std::runtime_error("no pipeline entry for device " + dev.name); |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | void generic_indirect_command_pipeline::complete() { |
| 260 | // nop |
nothing calls this directly
no outgoing calls
no test coverage detected