Home | History | Annotate | Download | only in swrast

Lines Matching refs:WrapT

516       *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height);
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
567 clamp_rect_coord_linear(samp->WrapT, texcoord[1],
576 linear_texel_locations(samp->WrapT, img, height,
592 linear_texel_locations(samp->WrapT, img, height,
1126 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
1162 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b);
1228 ASSERT(samp->WrapT == GL_REPEAT);
1337 ASSERT(samp->WrapT == GL_REPEAT);
1387 samp->WrapT == GL_REPEAT &&
1428 ASSERT(samp->WrapT==GL_REPEAT);
1473 ASSERT(samp->WrapT==GL_REPEAT);
1506 && (samp->WrapT == GL_REPEAT)
2027 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
2063 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b);
2689 ASSERT(samp->WrapT == GL_CLAMP ||
2690 samp->WrapT == GL_CLAMP_TO_EDGE ||
2691 samp->WrapT == GL_CLAMP_TO_BORDER);
2696 row = clamp_rect_coord_nearest(samp->WrapT, texcoords[i][1], height);
2724 ASSERT(samp->WrapT == GL_CLAMP ||
2725 samp->WrapT == GL_CLAMP_TO_EDGE ||
2726 samp->WrapT == GL_CLAMP_TO_BORDER);
2736 clamp_rect_coord_linear(samp->WrapT, texcoords[i][1], height,
2833 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
2869 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b);
3757 sampler->WrapT == GL_REPEAT &&