Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1651 double range_top = 0.0f; in calculate_expected_value() local
1661 range_top = 127.0; in calculate_expected_value()
1669 range_top = 255.0; in calculate_expected_value()
1679 range_top = 32767.0; in calculate_expected_value()
1687 range_top = 65535.0; in calculate_expected_value()
1704 range_top = 2147483647.0; in calculate_expected_value()
1712 range_top = 4294967295.0; in calculate_expected_value()
1766 stor_output_low = de::clamp(stor_output_low, range_low, range_top); in calculate_expected_value()
1767 stor_output_top = de::clamp(stor_output_top, range_low, range_top); in calculate_expected_value()