Searched refs:pack_rgba_8unorm (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_pack.h | 49 pack->pack_rgba_8unorm((uint8_t *)dst, 0, src, 0, n, 1); in _mesa_pack_ubyte_rgba_row()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 487 pack->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4ub() 745 !pack->pack_rgba_8unorm) { in util_format_translate() 756 pack->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate() 765 pack->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate()
|
D | u_format.h | 255 (*pack_rgba_8unorm)(uint8_t *restrict dst, unsigned dst_stride, member
|
/third_party/mesa3d/src/util/tests/format/ |
D | u_format_test.c | 429 pack->pack_rgba_8unorm(packed, 0, in test_format_pack_rgba_8unorm() 848 TEST_ONE_PACK_FUNC(pack_rgba_8unorm); in test_all()
|