layers: In GetInstanceProcAddr, intercept instance procs even if NULL instance

This problem showed up when running cube --validate and the order
of the layers was arranged so that the threading layer is NOT first.
It can also show up when running vktrace and the threading layer
is in any position, because the vktrace layer becomes first.

The symptom is generally a failure to create an instance when the
threading layer is enabled.

The fix is to check for the non-instance-based procs first by
calling layer_intercept_instance_proc before bailing if the instance
is NULL.
1 file changed