Home | History | Annotate | Download | only in i915

Lines Matching refs:CLAMP

244       b = CLAMP(b, -256, 255);
274 minlod = CLAMP(minlod, 0, 16 * 11);
275 maxlod = CLAMP(maxlod, 0, 16 * 11);
924 int line_width = CLAMP((int)(rasterizer->line_width * 2), 1, 0xf);
933 int point_size = CLAMP((int) rasterizer->point_size, 1, 0xff);