Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c388 util_format_unpack_rgba_8unorm_rect(enum pipe_format format, in util_format_unpack_rgba_8unorm_rect() function
468 util_format_unpack_rgba_8unorm_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4ub()
759util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y… in util_format_translate()
768util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, h… in util_format_translate()
Du_format.h1664 util_format_unpack_rgba_8unorm_rect(enum pipe_format format,
/hardware/google/gfxstream/guest/mesa/src/util/tests/format/
Du_format_test.c370 util_format_unpack_rgba_8unorm_rect(format_desc->format, &unpacked[0][0][0], sizeof unpacked[0], in test_format_unpack_rgba_8unorm()