I want to know when we have R11G11B10 type of render target format and we are doing additive blending with blend one one operation.
1. Does mali render or call pixel shader only for the front layer per pixel ?
Since all layers are opaque with alpha 1. However, in the streamline counter for blend unit cycles I see blend happening for all layers p[er pixel.
2.Does mali broadcast front layer pixel value to the back layers and do blending?
3. what is the benefit for hardware accelerated blending for R11G11B10 RTV type on mali G1 Ultra architecture?