Searched refs:fetch_rgba_8unorm (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c757 * Fallback to util_format_description::fetch_rgba_8unorm().
760 if (format_desc->fetch_rgba_8unorm &&
763 * Fallback to calling util_format_description::fetch_rgba_8unorm.
786 * Declare and bind format_desc->fetch_rgba_8unorm().
806 /* make const pointer for the C fetch_rgba_8unorm function */
808 func_to_pointer((func_pointer) format_desc->fetch_rgba_8unorm));
821 * Invoke format_desc->fetch_rgba_8unorm() for each pixel and insert the result
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c791 * Fallback to util_format_description::fetch_rgba_8unorm().
794 if (unpack->fetch_rgba_8unorm &&
797 * Fallback to calling util_format_description::fetch_rgba_8unorm.
820 * Declare and bind format_desc->fetch_rgba_8unorm().
842 /* make const pointer for the C fetch_rgba_8unorm function */
844 func_to_pointer((func_pointer) unpack->fetch_rgba_8unorm));
857 * Invoke format_desc->fetch_rgba_8unorm() for each pixel and insert the result
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h268 (*fetch_rgba_8unorm)(uint8_t *dst, member in struct:util_format_description
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h341 (*fetch_rgba_8unorm)(uint8_t *restrict dst, member in struct:util_format_unpack_description
/xsrc/external/mit/MesaLib/src/util/format/
H A Du_format_table.c[all...]

Completed in 64 milliseconds