Searched refs:pack_rgba_uint (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.c | 447 pack->pack_rgba_uint(dst_row, dst_stride, src, src_stride, w, h); in util_format_write_4() 811 !pack->pack_rgba_uint) { in util_format_translate() 822 pack->pack_rgba_uint(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate() 831 pack->pack_rgba_uint(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate()
|
D | u_format.h | 299 (*pack_rgba_uint)(uint8_t *restrict dst, unsigned dst_stride, member 1622 desc->pack_rgba_uint((uint8_t *)dst, 0, (const uint32_t *)src, 0, w, 1); in util_format_pack_rgba()
|