Searched refs:nearest_texcoord_s (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h138 wrap_nearest_func nearest_texcoord_s; member in struct:sp_sampler
H A Dsp_tex_sample.c1280 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1313 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1346 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1381 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1424 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1461 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1492 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
3465 * nearest_texcoord_s may be active at the same time, if the
3473 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s );
3482 samp->nearest_texcoord_s
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h141 wrap_nearest_func nearest_texcoord_s; member in struct:sp_sampler
H A Dsp_tex_sample.c1294 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1327 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1360 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1395 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1438 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1474 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
1505 sp_samp->nearest_texcoord_s(args->s, width, args->offset[0], &x);
3479 * nearest_texcoord_s may be active at the same time, if the
3487 samp->nearest_texcoord_s = get_nearest_wrap( sampler->wrap_s );
3496 samp->nearest_texcoord_s
[all...]

Completed in 15 milliseconds