Home
last modified time | relevance | path

Searched refs:pack_rgba_uint (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c148 format_desc->pack_rgba_uint(dptr, 0, temp, 0, 1, 1); in sp_tgsi_store()
273 format_desc->pack_rgba_uint(dptr, 0, temp, 0, 1, 1); in handle_op_uint()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h367 (*pack_rgba_uint)(uint8_t *dst, unsigned dst_stride, member
Du_format.c417 format_desc->pack_rgba_uint(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4ui()