Searched refs:print_packed (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/tests/unit/ |
D | u_format_test.c | 56 print_packed(const struct util_format_description *format_desc, in print_packed() function 321 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_rgba_float() 322 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_rgba_float() 451 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_rgba_8unorm() 452 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_rgba_8unorm() 518 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_z_float() 519 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_z_float() 593 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_z_32unorm() 594 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_z_32unorm() 668 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_s_8uint() [all …]
|