Searched refs:unpack_s_8uint (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c601 if (src_format_desc->unpack_s_8uint &&
613 src_format_desc->unpack_s_8uint(tmp_s, 0, src_row, src_stride, width, 1);
H A Du_format.h315 (*unpack_s_8uint)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
/external/mesa3d/src/gallium/tests/unit/
H A Du_format_test.c585 format_desc->unpack_s_8uint(&unpacked[0][0], sizeof unpacked[0],
718 TEST_ONE_FUNC(unpack_s_8uint);

Completed in 116 milliseconds