Searched refs:fetch_func (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c43 typedef void (*fetch_func)(void *dst, typedef
56 fetch_func fetch;
823 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint;
825 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
828 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c43 typedef void (*fetch_func)(void *dst, typedef
56 fetch_func fetch;
823 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint;
825 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
828 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;

Completed in 89 milliseconds