Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c56 print_packed(const struct util_format_description *format_desc, in print_packed() function
306 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_rgba_float()
307 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_rgba_float()
426 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_rgba_8unorm()
427 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_rgba_8unorm()
493 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_z_float()
494 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_z_float()
568 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_z_32unorm()
569 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_z_32unorm()
643 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_s_8uint()
[all …]