Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp783 int clampSignedValue(int bits, int value) const;
2509 inputValue = clampSignedValue(bit3, inputValue); in compare()
2512 inputValue = clampSignedValue(copyFormatBitTable[j], inputValue); in compare()
2517 inputValue = clampSignedValue(bit2, inputValue); in compare()
3044 int RectangleTest::clampSignedValue(int bits, int value) const in clampSignedValue() function in glcts::RectangleTest