Searched refs:FetchTexel (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch.c | 318 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()
|
D | s_texfilter.c | 866 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 …]
|
D | s_context.h | 162 FetchTexelFunc FetchTexel; member
|
/external/mesa3d/docs/relnotes/ |
D | 8.0.3.rst | 78 \`texImage->FetchTexel' failed.
|
D | 9.2.rst | 181 \`texImage->FetchTexel' failed.
|