Searched refs:texfetch_funcs (Results 1 – 1 of 1) sorted by relevance
136 texfetch_funcs[] = variable482 assert(texfetch_funcs[fmt].Name == fmt); in set_fetch_functions()486 STATIC_ASSERT(ARRAY_SIZE(texfetch_funcs) == MESA_FORMAT_COUNT); in set_fetch_functions()497 texImage->FetchTexel = texfetch_funcs[format].Fetch1D; in set_fetch_functions()500 texImage->FetchTexel = texfetch_funcs[format].Fetch2D; in set_fetch_functions()503 texImage->FetchTexel = texfetch_funcs[format].Fetch3D; in set_fetch_functions()