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 Dsp_tex_sample.h144 wrap_linear_func linear_texcoord_p; member in struct:sp_sampler
H A Dsp_tex_sample.c1883 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 Dsp_tex_sample.h147 wrap_linear_func linear_texcoord_p; member in struct:sp_sampler
H A Dsp_tex_sample.c1897 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