Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp784 unsigned int clampUnsignedValue(int bits, unsigned int value) const;
2506 inputValue = clampUnsignedValue(bit3 - 1, inputValue); in compare()
2515 inputValue = clampUnsignedValue(bit2, inputValue); in compare()
2532 inputValue = clampUnsignedValue(bit3, inputValue); in compare()
2534 inputValue = clampUnsignedValue(copyFormatBitTable[j], inputValue); in compare()
2537 inputValue = clampUnsignedValue(bit2, inputValue); in compare()
2539 inputValue = clampUnsignedValue(bit2 - 1, inputValue); in compare()
3063 unsigned int RectangleTest::clampUnsignedValue(int bits, unsigned int value) const in clampUnsignedValue() function in glcts::RectangleTest