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.c136 texfetch_funcs[] = variable
481 assert(texfetch_funcs[fmt].Name == fmt); in set_fetch_functions()
485 STATIC_ASSERT(ARRAY_SIZE(texfetch_funcs) == MESA_FORMAT_COUNT); in set_fetch_functions()
496 texImage->FetchTexel = texfetch_funcs[format].Fetch1D; in set_fetch_functions()
499 texImage->FetchTexel = texfetch_funcs[format].Fetch2D; in set_fetch_functions()
502 texImage->FetchTexel = texfetch_funcs[format].Fetch3D; in set_fetch_functions()