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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c438 format_desc->pack_rgba_sint(dst_row, dst_stride, src_row, src_stride, w, h);
725 !dst_format_desc->pack_rgba_sint) {
736 dst_format_desc->pack_rgba_sint(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step);
745 dst_format_desc->pack_rgba_sint(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
H A Du_format.h398 (*pack_rgba_sint)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c446 pack->pack_rgba_sint(dst_row, dst_stride, src, src_stride, w, h);
786 pack->pack_rgba_sint(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step);
795 pack->pack_rgba_sint(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
H A Du_format.h307 (*pack_rgba_sint)(uint8_t *restrict dst, unsigned dst_stride, member in struct:util_format_pack_description
1572 desc->pack_rgba_sint((uint8_t *)dst, 0, (const int32_t *)src, 0, w, 1);
/xsrc/external/mit/MesaLib/src/util/format/
H A Du_format_table.c[all...]

Completed in 62 milliseconds