tile map

Hi,

If you have a tile map say 2000x2000 (each tile say 16x16 pixels). When wanting to put these tiles through a shader such as bloom, do you pass each tile at
a time to the shader or a screen full of them, i.e. what the camera sees?

Thanks