Searched refs:CLAMPED_FLOAT_TO_USHORT (Results 1 – 5 of 5) sorted by relevance
121 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef); in _swrast_alpha_test()144 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef); in _swrast_alpha_test()
89 #define CLAMPED_FLOAT_TO_CHAN(c, f) CLAMPED_FLOAT_TO_USHORT(c, f)
138 #define CLAMPED_FLOAT_TO_USHORT(us, f) \ macro
467 CLAMPED_FLOAT_TO_USHORT(values[i], pm->Map[i] ); in _mesa_GetnPixelMapusvARB()
1043 CLAMPED_FLOAT_TO_USHORT(dst[i], depthSpan[i]); in _mesa_pack_depth_span()