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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h100 typedef void (*fetch_func)(struct sp_sampler_view *sp_sview, typedef in typeref:typename:void (*)(struct sp_sampler_view * sp_sview,const int i[TGSI_QUAD_SIZE],const int j[TGSI_QUAD_SIZE],const int k[TGSI_QUAD_SIZE],const int lod[TGSI_QUAD_SIZE],const int8_t offset[3],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h100 typedef void (*fetch_func)(struct sp_sampler_view *sp_sview, typedef in typeref:typename:void (*)(struct sp_sampler_view * sp_sview,const int i[TGSI_QUAD_SIZE],const int j[TGSI_QUAD_SIZE],const int k[TGSI_QUAD_SIZE],const int lod[TGSI_QUAD_SIZE],const int8_t offset[3],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c43 typedef void (*fetch_func)(void *dst, typedef in typeref:typename:void (*)(void * dst,const uint8_t * src,unsigned i,unsigned j)
56 fetch_func fetch;
818 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint;
821 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
825 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;

Completed in 7 milliseconds