half4 depthWeight0123 = saturate( 1.0 / ( abs( Linear01ToSampledDepth( d0123 * ONE_OVER_DEPTH_SCALE ) - ( aDepthSample ).xxxx ) * 32768 + 0.95 ) ); Is the magic number 32768 means half DEPTH_SCALE and mobile is 8188?