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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c92 format_desc->fetch_rgba_uint(sdata, data_ptr, 0, 0);
174 format_desc->fetch_rgba_uint(temp, dptr, 0, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c820 assert(format_desc->fetch_rgba_uint);
821 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h408 (*fetch_rgba_uint)(uint32_t *dst, member in struct:util_format_description

Completed in 5 milliseconds