Home
last modified time | relevance | path

Searched refs:pack_rgba_sint (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format.c446 pack->pack_rgba_sint(dst_row, dst_stride, src, src_stride, w, h); in util_format_write_4()
786 pack->pack_rgba_sint(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate()
795 pack->pack_rgba_sint(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate()
Du_format.h307 (*pack_rgba_sint)(uint8_t *restrict dst, unsigned dst_stride, member
1572 desc->pack_rgba_sint((uint8_t *)dst, 0, (const int32_t *)src, 0, w, 1); in util_format_pack_rgba()