Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c327 format_desc->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4ub()
644 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate()
653 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate()
Du_format.h218 (*pack_rgba_8unorm)(uint8_t *dst, unsigned dst_stride, member
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c404 format_desc->pack_rgba_8unorm(packed, 0, in test_format_pack_rgba_8unorm()
711 TEST_ONE_FUNC(pack_rgba_8unorm); in test_all()