Searched refs:get_texel_2d (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c734 get_texel_2d(const struct sp_sampler_view *sp_sview, function in typeref:typename:const float *
1349 out = get_texel_2d(sp_sview, sp_samp, addr, x, y);
1660 tx[0] = get_texel_2d(sp_sview, sp_samp, addr, x0, y0);
1661 tx[1] = get_texel_2d(sp_sview, sp_samp, addr, x1, y0);
1662 tx[2] = get_texel_2d(sp_sview, sp_samp, addr, x0, y1);
1663 tx[3] = get_texel_2d(sp_sview, sp_samp, addr, x1, y1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c748 get_texel_2d(const struct sp_sampler_view *sp_sview, function in typeref:typename:const float *
1363 out = get_texel_2d(sp_sview, sp_samp, addr, x, y);
1673 tx[0] = get_texel_2d(sp_sview, sp_samp, addr, x0, y0);
1674 tx[1] = get_texel_2d(sp_sview, sp_samp, addr, x1, y0);
1675 tx[2] = get_texel_2d(sp_sview, sp_samp, addr, x0, y1);
1676 tx[3] = get_texel_2d(sp_sview, sp_samp, addr, x1, y1);

Completed in 12 milliseconds