Home | History | Annotate | Download | only in translate

Lines Matching refs:fetch_func

43 typedef void (*fetch_func)(void *dst,
56 fetch_func fetch;
807 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint;
810 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
814 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;