Searched refs:texfetch_funcs (Results 1 – 1 of 1) sorted by relevance
126 texfetch_funcs[] = variable320 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()