Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c126 texfetch_funcs[] = variable
320 if (format < ARRAY_SIZE(texfetch_funcs)) { 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()