| 410 | } |
| 411 | |
| 412 | void Device::queueWaitForCommandList(CommandQueue waitQueueID, CommandQueue executionQueueID, uint64_t instance) |
| 413 | { |
| 414 | queueWaitForSemaphore(waitQueueID, getQueueSemaphore(executionQueueID), instance); |
| 415 | } |
| 416 | |
| 417 | void Device::updateTextureTileMappings(ITexture* texture, const TextureTilesMapping* tileMappings, uint32_t numTileMappings, CommandQueue executionQueue) |
| 418 | { |
nothing calls this directly
no outgoing calls
no test coverage detected