This raises some questions.
- What do you mean by "frame may not be available" for CPU? I assumed CPU creates frames. And then "CPU cannot use that frame". Did you mean to say "frame buffer"?
- What do you mean by "frame's resources"?
- Isn't "the wall" render queue limit typically?
- I guess mailbox presentation mode is LIFO-queued triple buffering. What you described sound like CPU is filling frame buffers with some data that might or might not be later used by GPU, but I assumed it's GPU that creates and fills frame buffers with data. Are you sure it has anything to do with CPU's job?
- In unlocked framerate with no VSync scenario, when GPU is at 99% usage - in most games CPU usage reduces, as render queue is full. It, however, is not the case for some games, like NFS Undercover. How specifically does this process happen in such scenario, or what tells CPU to wait instead of drawing more frames?
Thanks for taking your time to explain all this!