Texture without alpha channel

For performance reason, I need a texture with 24-bit RGB pixel format that uses 8 bits per channel. I see GPixelFormats does not support it.

In many cases, the alpha can be added in the shader at the rendering stage. I could save 25% of data copied and/or uploaded in the device.

Is there a way to do it?

Thanks,