Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c367 util_format_unpack_rgba_rect(enum pipe_format format, in util_format_unpack_rgba_rect() function
424 util_format_unpack_rgba_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4()
790util_format_unpack_rgba_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y_step); in util_format_translate()
799util_format_unpack_rgba_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, height); in util_format_translate()
821util_format_unpack_rgba_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y_step); in util_format_translate()
830util_format_unpack_rgba_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, height); in util_format_translate()
851util_format_unpack_rgba_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y_step); in util_format_translate()
860util_format_unpack_rgba_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, height); in util_format_translate()
Du_format.h1658 util_format_unpack_rgba_rect(enum pipe_format format,
/hardware/google/gfxstream/guest/mesa/src/util/tests/format/
Du_format_test.c248 util_format_unpack_rgba_rect(format_desc->format, &unpacked[0][0][0], sizeof unpacked[0], in test_format_unpack_rgba()