Lines Matching refs:clamped
52 plane clipping accomplish), the depth values can be clamped to the
99 the [0,1] range (because n and far are clamped to the [0,1] range).
109 pre-clamped zw is 2.5. Because depth clamping is enabled the
110 raster position zw is clamped to the current near and far depth
111 range values. Say these values are 0.1 and 0.9. So 2.5 is clamped
121 zw depth component clamped to 0.8. But if the depth range was
122 changed to 0.2 and 0.8 but depth range clamped is disabled, the
194 zw is first clamped as follows. If the raster postition's wc>0,
195 then zw is clamped the range [min(n,f),max(n,f)] where n and f are
210 fragment's zw is compared, zw must first be clamped as follows: If the
211 fragment's wc>0, then zw is clamped to the range [min(n,f),max(n,f)]