Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c318 texImage->FetchTexel = NULL; in set_fetch_functions()
323 texImage->FetchTexel = texfetch_funcs[format].Fetch1D; in set_fetch_functions()
326 texImage->FetchTexel = texfetch_funcs[format].Fetch2D; in set_fetch_functions()
329 texImage->FetchTexel = texfetch_funcs[format].Fetch3D; in set_fetch_functions()
336 if (!texImage->FetchTexel) in set_fetch_functions()
337 texImage->FetchTexel = fetch_null_texelf; in set_fetch_functions()
341 assert(texImage->FetchTexel); in set_fetch_functions()
Ds_texfilter.c866 swImg->FetchTexel(swImg, i, 0, 0, rgba); in sample_1d_nearest()
903 swImg->FetchTexel(swImg, i0, 0, 0, t0); in sample_1d_linear()
909 swImg->FetchTexel(swImg, i1, 0, 0, t1); in sample_1d_linear()
1140 swImg->FetchTexel(swImg, i, j, 0, rgba); in sample_2d_nearest()
1185 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear()
1191 swImg->FetchTexel(swImg, i1, j0, 0, t10); in sample_2d_linear()
1197 swImg->FetchTexel(swImg, i0, j1, 0, t01); in sample_2d_linear()
1203 swImg->FetchTexel(swImg, i1, j1, 0, t11); in sample_2d_linear()
1238 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear_repeat()
1239 swImg->FetchTexel(swImg, i1, j0, 0, t10); in sample_2d_linear_repeat()
[all …]
Ds_context.h162 FetchTexelFunc FetchTexel; member
/external/mesa3d/docs/relnotes/
D8.0.3.rst78 \`texImage->FetchTexel' failed.
D9.2.rst181 \`texImage->FetchTexel' failed.