Home
last modified time | relevance | path

Searched refs:pack_z_32unorm (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/tests/format/
Du_format_test.c596 pack->pack_z_32unorm(packed, 0, in test_format_pack_z_32unorm()
836 TEST_ONE_PACK_FUNC(pack_z_32unorm); in test_all()
/third_party/mesa3d/src/util/format/
Du_format.h275 (*pack_z_32unorm)(uint8_t *restrict dst, unsigned dst_stride, member
1544 desc->pack_z_32unorm((uint8_t *)dst, 0, src, 0, w, 1); in util_format_pack_z_32unorm()