Searched refs:linear_texcoord_s (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 142 wrap_linear_func linear_texcoord_s; member in struct:sp_sampler
|
| H A D | sp_tex_sample.c | 1524 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1558 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1657 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1703 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1760 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1828 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1881 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 3464 /* Note that (for instance) linear_texcoord_s and 3469 samp->linear_texcoord_s = get_linear_wrap( sampler->wrap_s ); 3478 samp->linear_texcoord_s [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 145 wrap_linear_func linear_texcoord_s; member in struct:sp_sampler
|
| H A D | sp_tex_sample.c | 1537 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1571 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1670 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1716 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1773 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1842 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 1895 sp_samp->linear_texcoord_s(args->s, width, args->offset[0], &x0, &x1, &xw); 3478 /* Note that (for instance) linear_texcoord_s and 3483 samp->linear_texcoord_s = get_linear_wrap( sampler->wrap_s ); 3492 samp->linear_texcoord_s [all...] |
Completed in 13 milliseconds