Global Illumination alternatives

If the distance fields are stored in a volume texture (which I believe is 512x512x512), shouldn’t we be able to use that to store color information, thus allowing for voxel cone tracing? Looking at the code, it looks like they already use cone tracing to generate the soft shadows.