Searched refs:sample_1d_array_nearest (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 3142 sample_1d_array_nearest(struct gl_context *ctx, in sample_1d_array_nearest() function 3232 sample_1d_array_nearest(ctx, samp, tObj->Image[0][level], texcoord[i], in sample_1d_array_nearest_mipmap_nearest() 3267 sample_1d_array_nearest(ctx, samp, tObj->Image[0][tObj->_MaxLevel], in sample_1d_array_nearest_mipmap_linear() 3273 sample_1d_array_nearest(ctx, samp, tObj->Image[0][level ], texcoord[i], t0); in sample_1d_array_nearest_mipmap_linear() 3274 sample_1d_array_nearest(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1); in sample_1d_array_nearest_mipmap_linear() 3319 sample_1d_array_nearest(ctx, samp, image, texcoords[i], rgba[i]); in sample_nearest_1d_array() 3363 sample_1d_array_nearest(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_1d_array() 3402 sample_1d_array_nearest(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_1d_array()
|