Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/unit/
Du_half_test.c13 unsigned roundtrip_fails = 0; in test() local
26 ++roundtrip_fails; in test()
30 if(roundtrip_fails) { in test()
31 … printf("Failure! %u/65536 half floats failed a conversion to float and back.\n", roundtrip_fails); in test()