Searched refs:get_texel_3d_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 | 942 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, function in typeref:typename:const float * 973 return get_texel_3d_no_border( sp_sview, addr, x, y, z ); 1013 return get_texel_3d_no_border(sp_sview, addr, x, y, layer); 1068 return get_texel_3d_no_border(sp_sview, addr, new_x, new_y, layer + face); 1089 return get_texel_3d_no_border(sp_sview, addr, x, y, layer); 3411 tx = get_texel_3d_no_border(sp_sview, addr, x, y, 3424 tx = get_texel_3d_no_border(sp_sview, addr, x, y, layer); 3435 tx = get_texel_3d_no_border(sp_sview, addr, x, y, z);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 956 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, function in typeref:typename:const float * 987 return get_texel_3d_no_border( sp_sview, addr, x, y, z ); 1027 return get_texel_3d_no_border(sp_sview, addr, x, y, layer); 1082 return get_texel_3d_no_border(sp_sview, addr, new_x, new_y, layer + face); 1103 return get_texel_3d_no_border(sp_sview, addr, x, y, layer); 3425 tx = get_texel_3d_no_border(sp_sview, addr, x, y, 3438 tx = get_texel_3d_no_border(sp_sview, addr, x, y, layer); 3449 tx = get_texel_3d_no_border(sp_sview, addr, x, y, z);
|
Completed in 157 milliseconds