Lines Matching refs:range
541 const deUint32 range = (1u << (bits-1)) - 1;
544 return de::max(-1.0f, (float)signExtend(src, bits) / (float)range);
557 const deInt32 range = (deInt32)((1u << (bits-1)) - 1u);
559 const deInt32 intVal = convertSatRte<deInt32>(src * (float)range);
561 return (deUint32)de::clamp(intVal, -range, range) & mask;
2097 // Border color for out-of-range coordinates if using CLAMP_TO_BORDER, otherwise execute lookups.
2166 // Border color for out-of-range coordinates if using CLAMP_TO_BORDER, otherwise execute lookups.
2245 // Border color for out-of-range coordinates if using CLAMP_TO_BORDER, otherwise execute lookups.
2280 // Border color for out-of-range coordinates if using CLAMP_TO_BORDER, otherwise execute lookups.
2330 // Border color for out-of-range coordinates if using CLAMP_TO_BORDER, otherwise execute lookups.