Post processing based on navigation

I am simply wondering if it is possible to access the navigation system from the material HLSL shader codes (or in any other ways)?
My goal is to apply a post-processing effect that changes based on whether or not the point is reachable (so, e.g., based on the results of GetRandomPointInNavigableRadius on the pixel position and a very small radius).

Thanks for any help