| 112 | } |
| 113 | |
| 114 | bool CommonVRAMReader::fetch(SkrAsyncServicePriority priority, IOBatchId batch) SKR_NOEXCEPT |
| 115 | { |
| 116 | fetched_batches[priority].enqueue(batch); |
| 117 | inc_processing(priority); |
| 118 | return true; |
| 119 | } |
| 120 | |
| 121 | void CommonVRAMReader::dispatch(SkrAsyncServicePriority priority) SKR_NOEXCEPT |
| 122 | { |
no test coverage detected