Searched refs:unpack_rgba_8unorm (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
652 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
H A Du_format.h207 (*unpack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
652 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
H A Du_format.h207 (*unpack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member in struct:util_format_description
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Du_format_test.c347 format_desc->unpack_rgba_8unorm(&unpacked[0][0][0], sizeof unpacked[0],
712 TEST_ONE_FUNC(unpack_rgba_8unorm);
/external/mesa3d/src/gallium/tests/unit/
H A Du_format_test.c347 format_desc->unpack_rgba_8unorm(&unpacked[0][0][0], sizeof unpacked[0],
712 TEST_ONE_FUNC(unpack_rgba_8unorm);

Completed in 57 milliseconds