HomeSort by relevance Sort by last modified time
    Searched refs:fetch_func (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 96 typedef void (*fetch_func)(struct sp_sampler_view *sp_sview, typedef
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 43 typedef void (*fetch_func)(void *dst, typedef
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;
    [all...]

Completed in 144 milliseconds