Searched refs:get_texel_2d_no_border (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 718 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview, function in typeref:typename:const float * 746 return get_texel_2d_no_border( sp_sview, addr, x, y ); 932 out[0] = get_texel_2d_no_border( sp_sview, addr, x0, y0 ); 933 out[1] = get_texel_2d_no_border( sp_sview, addr, x1, y0 ); 934 out[2] = get_texel_2d_no_border( sp_sview, addr, x0, y1 ); 935 out[3] = get_texel_2d_no_border( sp_sview, addr, x1, y1 ); 991 return get_texel_2d_no_border(sp_sview, addr, x, y); 1209 out = get_texel_2d_no_border(sp_sview, addr, x0, y0); 1252 out = get_texel_2d_no_border(sp_sview, addr, x0, y0); 3388 tx = get_texel_2d_no_border(sp_svie [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 732 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview, function in typeref:typename:const float * 760 return get_texel_2d_no_border( sp_sview, addr, x, y ); 946 out[0] = get_texel_2d_no_border( sp_sview, addr, x0, y0 ); 947 out[1] = get_texel_2d_no_border( sp_sview, addr, x1, y0 ); 948 out[2] = get_texel_2d_no_border( sp_sview, addr, x0, y1 ); 949 out[3] = get_texel_2d_no_border( sp_sview, addr, x1, y1 ); 1005 return get_texel_2d_no_border(sp_sview, addr, x, y); 1223 out = get_texel_2d_no_border(sp_sview, addr, x0, y0); 1266 out = get_texel_2d_no_border(sp_sview, addr, x0, y0); 3402 tx = get_texel_2d_no_border(sp_svie [all...] |
Completed in 12 milliseconds