Home
last modified time | relevance | path

Searched refs:linear_repeat_texel_location (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c416 linear_repeat_texel_location(GLuint size, GLfloat s, in linear_repeat_texel_location() function
1235 linear_repeat_texel_location(width, texcoord[0], &i0, &i1, &wi); in sample_2d_linear_repeat()
1236 linear_repeat_texel_location(height, texcoord[1], &j0, &j1, &wj); in sample_2d_linear_repeat()