Searched defs:get_texel_2d_no_border (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c577 get_texel_2d_no_border(const struct sp_sampler_variant *samp, function
605 return get_texel_2d_no_border( samp, addr, x, y );
643 out[0] = get_texel_2d_no_border( samp, addr, x0, y0 );
644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 );
645 out[2] = get_texel_2d_no_border( samp, addr, x0, y1 );
646 out[3] = get_texel_2d_no_border( samp, addr, x1, y1 );
716 return get_texel_2d_no_border(samp, addr, x, y);
868 out = get_texel_2d_no_border(samp, addr, x0, y0);
915 out = get_texel_2d_no_border(samp, addr, x0, y0);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c577 get_texel_2d_no_border(const struct sp_sampler_variant *samp, function
605 return get_texel_2d_no_border( samp, addr, x, y );
643 out[0] = get_texel_2d_no_border( samp, addr, x0, y0 );
644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 );
645 out[2] = get_texel_2d_no_border( samp, addr, x0, y1 );
646 out[3] = get_texel_2d_no_border( samp, addr, x1, y1 );
716 return get_texel_2d_no_border(samp, addr, x, y);
868 out = get_texel_2d_no_border(samp, addr, x0, y0);
915 out = get_texel_2d_no_border(samp, addr, x0, y0);

Completed in 98 milliseconds