Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c492 tex_array_slice(GLfloat coord, GLsizei size) in tex_array_slice() function
534 *j = tex_array_slice(texcoord[1], height); in nearest_texcoord()
540 *k = tex_array_slice(texcoord[2], depth); in nearest_texcoord()
587 *j0 = tex_array_slice(texcoord[1], height); in linear_texcoord()
597 *slice = tex_array_slice(texcoord[2], depth); in linear_texcoord()
2839 array = tex_array_slice(texcoord[2], depth); in sample_2d_array_nearest()
2875 array = tex_array_slice(texcoord[2], depth); in sample_2d_array_linear()
3156 array = tex_array_slice(texcoord[1], height); in sample_1d_array_nearest()
3189 array = tex_array_slice(texcoord[1], height); in sample_1d_array_linear()