| 96 | } |
| 97 | |
| 98 | void VRAMService::request(IOBatchId batch) SKR_NOEXCEPT |
| 99 | { |
| 100 | runner.enqueueBatch(batch); |
| 101 | if (awake_at_request) |
| 102 | { |
| 103 | runner.awake(); |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | VRAMIOBufferId VRAMService::request(BlocksVRAMRequestId request, IOFuture* future, SkrAsyncServicePriority priority) SKR_NOEXCEPT |
| 108 | { |
no test coverage detected