Lines Matching defs:one
827 * performs the transformation operation one pixel at a time. This macro
828 * embodies one instance of the conversion loop. This way we can do all
896 tmp[5] = one; \
971 const float one = 1.0f;
1033 const uint16_t one = _mesa_float_to_half(1.0f);
1094 const uint8_t one = normalized ? UINT8_MAX : 1;
1160 const int8_t one = normalized ? INT8_MAX : 1;
1226 const uint16_t one = normalized ? UINT16_MAX : 1;
1292 const int16_t one = normalized ? INT16_MAX : 1;
1357 const uint32_t one = normalized ? UINT32_MAX : 1;
1423 const int32_t one = normalized ? INT32_MAX : 1;
1488 * converting one channel at a time, shuffling the channels around, and
1497 * dst[i] will be filled with the appropreate representation of zero or one
1501 * different as no care is taken not to clobber one with the other.