Searched refs:linear_texcoord_p (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 | 144 wrap_linear_func linear_texcoord_p; member in struct:sp_sampler
|
| H A D | sp_tex_sample.c | 1883 sp_samp->linear_texcoord_p(args->p, depth, args->offset[2], &z0, &z1, &zw); 3471 samp->linear_texcoord_p = get_linear_wrap( sampler->wrap_r ); 3480 samp->linear_texcoord_p = get_linear_unorm_wrap( sampler->wrap_r );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 147 wrap_linear_func linear_texcoord_p; member in struct:sp_sampler
|
| H A D | sp_tex_sample.c | 1897 sp_samp->linear_texcoord_p(args->p, depth, args->offset[2], &z0, &z1, &zw); 3485 samp->linear_texcoord_p = get_linear_wrap( sampler->wrap_r ); 3494 samp->linear_texcoord_p = get_linear_unorm_wrap( sampler->wrap_r );
|
Completed in 14 milliseconds