Home
last modified time | relevance | path

Searched refs:FetchTexel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c863 swImg->FetchTexel(swImg, i, 0, 0, rgba); in sample_1d_nearest()
900 swImg->FetchTexel(swImg, i0, 0, 0, t0); in sample_1d_linear()
906 swImg->FetchTexel(swImg, i1, 0, 0, t1); in sample_1d_linear()
1137 swImg->FetchTexel(swImg, i, j, 0, rgba); in sample_2d_nearest()
1182 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear()
1188 swImg->FetchTexel(swImg, i1, j0, 0, t10); in sample_2d_linear()
1194 swImg->FetchTexel(swImg, i0, j1, 0, t01); in sample_2d_linear()
1200 swImg->FetchTexel(swImg, i1, j1, 0, t11); in sample_2d_linear()
1235 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear_repeat()
1236 swImg->FetchTexel(swImg, i1, j0, 0, t10); in sample_2d_linear_repeat()
[all …]
Ds_texfetch.c1163 texImage->FetchTexel = _mesa_get_texel_fetch_func(format, dims); in set_fetch_functions()
1164 ASSERT(texImage->FetchTexel); in set_fetch_functions()
Ds_context.h148 FetchTexelFunc FetchTexel; member