vkoverhead
vkoverhead copied to clipboard
evaluating cpu overhead of vulkan drivers
Hoist the load from dispatch table out of the draw loop. The compiler can't do this because it doesn't know that the dispatch table can't change. This avoids one cache...
Does not run on Raspberry Pi 4. Fails with ``` maxColorAttachments >= 8 required! ``` `maxColorAttachments` is only 4. It should only refuse to run the tests which actually require...
When running `vkoverhead -hic-only` the `hic_upload_memcpy_*` seem to run twice instead of just once. I couldn't tell if this was intentional and I'm missing why, or if it's unintended. ```...
vkoverhead seems to abort due to a failure to allocate host cached memory for an image with R32_UINT format (?) Running `./vkoverhead -test 139` results in this backtrace: ``` Thread...