Searched refs:FetchTexel (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texfetch.c | 90 * Have to have this so the FetchTexel function pointer is never NULL. 307 * Initialize the texture image's FetchTexel methods. 318 texImage->FetchTexel = NULL; 323 texImage->FetchTexel = texfetch_funcs[format].Fetch1D; 326 texImage->FetchTexel = texfetch_funcs[format].Fetch2D; 329 texImage->FetchTexel = texfetch_funcs[format].Fetch3D; 336 if (!texImage->FetchTexel) 337 texImage->FetchTexel = fetch_null_texelf; 341 assert(texImage->FetchTexel);
|
| H A D | s_texfilter.c | 866 swImg->FetchTexel(swImg, i, 0, 0, rgba); 903 swImg->FetchTexel(swImg, i0, 0, 0, t0); 909 swImg->FetchTexel(swImg, i1, 0, 0, t1); 1140 swImg->FetchTexel(swImg, i, j, 0, rgba); 1185 swImg->FetchTexel(swImg, i0, j0, 0, t00); 1191 swImg->FetchTexel(swImg, i1, j0, 0, t10); 1197 swImg->FetchTexel(swImg, i0, j1, 0, t01); 1203 swImg->FetchTexel(swImg, i1, j1, 0, t11); 1238 swImg->FetchTexel(swImg, i0, j0, 0, t00); 1239 swImg->FetchTexel(swIm [all...] |
| H A D | s_context.h | 162 FetchTexelFunc FetchTexel; member in struct:swrast_texture_image
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 866 swImg->FetchTexel(swImg, i, 0, 0, rgba); 903 swImg->FetchTexel(swImg, i0, 0, 0, t0); 909 swImg->FetchTexel(swImg, i1, 0, 0, t1); 1140 swImg->FetchTexel(swImg, i, j, 0, rgba); 1185 swImg->FetchTexel(swImg, i0, j0, 0, t00); 1191 swImg->FetchTexel(swImg, i1, j0, 0, t10); 1197 swImg->FetchTexel(swImg, i0, j1, 0, t01); 1203 swImg->FetchTexel(swImg, i1, j1, 0, t11); 1238 swImg->FetchTexel(swImg, i0, j0, 0, t00); 1239 swImg->FetchTexel(swIm [all...] |
| H A D | s_texfetch.c | 90 * Have to have this so the FetchTexel function pointer is never NULL. 476 * Initialize the texture image's FetchTexel methods. 503 texImage->FetchTexel = texfetch_funcs[format].Fetch1D; 506 texImage->FetchTexel = texfetch_funcs[format].Fetch2D; 509 texImage->FetchTexel = texfetch_funcs[format].Fetch3D; 517 assert(texImage->FetchTexel);
|
| H A D | s_context.h | 161 FetchTexelFunc FetchTexel; member in struct:swrast_texture_image
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 8.0.3.rst | 78 \`texImage->FetchTexel' failed.
|
| H A D | 9.2.rst | 181 \`texImage->FetchTexel' failed.
|
Completed in 13 milliseconds