Searched refs:scale_clamp_ubyten (Results 1 – 1 of 1) sorted by relevance
284 static FLOAT scale_clamp_ubyten(FLOAT value) in scale_clamp_ubyten() function382 dst[0] = (BYTE)simple_round(scale_clamp_ubyten(src->z)); in convert_float4()383 dst[1] = (BYTE)simple_round(scale_clamp_ubyten(src->y)); in convert_float4()384 dst[2] = (BYTE)simple_round(scale_clamp_ubyten(src->x)); in convert_float4()385 dst[3] = (BYTE)simple_round(scale_clamp_ubyten(src->w)); in convert_float4()414 dst[0] = (BYTE)simple_round(scale_clamp_ubyten(src->x)); in convert_float4()415 dst[1] = (BYTE)simple_round(scale_clamp_ubyten(src->y)); in convert_float4()416 dst[2] = (BYTE)simple_round(scale_clamp_ubyten(src->z)); in convert_float4()417 dst[3] = (BYTE)simple_round(scale_clamp_ubyten(src->w)); in convert_float4()