Searched refs:linear_texcoord_t (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 | 143 wrap_linear_func linear_texcoord_t; member in struct:sp_sampler
|
| H A D | sp_tex_sample.c | 1658 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1704 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1761 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1829 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1882 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 3470 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t ); 3479 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 146 wrap_linear_func linear_texcoord_t; member in struct:sp_sampler
|
| H A D | sp_tex_sample.c | 1671 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1717 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1774 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1843 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 1896 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); 3484 samp->linear_texcoord_t = get_linear_wrap( sampler->wrap_t ); 3493 samp->linear_texcoord_t = get_linear_unorm_wrap( sampler->wrap_t );
|
Completed in 14 milliseconds