Searched refs:texfetch_funcs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfetch.c126 texfetch_funcs[] = variable in typeref:struct:__anonf6b5e8e20108[]
320 if (format < ARRAY_SIZE(texfetch_funcs)) {
323 texImage->FetchTexel = texfetch_funcs[format].Fetch1D;
326 texImage->FetchTexel = texfetch_funcs[format].Fetch2D;
329 texImage->FetchTexel = texfetch_funcs[format].Fetch3D;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfetch.c137 texfetch_funcs[] = variable in typeref:struct:__anon9e5b8d8f0108[]
488 assert(texfetch_funcs[fmt].Name == fmt);
492 STATIC_ASSERT(ARRAY_SIZE(texfetch_funcs) == MESA_FORMAT_COUNT);
503 texImage->FetchTexel = texfetch_funcs[format].Fetch1D;
506 texImage->FetchTexel = texfetch_funcs[format].Fetch2D;
509 texImage->FetchTexel = texfetch_funcs[format].Fetch3D;

Completed in 6 milliseconds