Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp352 const T max_3 = (1 << size_3) - 1; in write3Channel() local
367 mask = max_3; in write3Channel()
368 max = max_3; in write3Channel()
400 T max_3 = (1 << size_3) - 1; in write4Channel() local
416 mask = max_3; in write4Channel()
417 max = max_3; in write4Channel()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1754 static const T max_3 = (1 << size_3) - 1; in read3Channel() local
1769 mask = max_3; in read3Channel()
1770 max = max_3; in read3Channel()
1815 static const T max_3 = (1 << size_3) - 1; in read4Channel() local
1831 mask = max_3; in read4Channel()
1832 max = max_3; in read4Channel()
1998 static const T max_3 = (1 << size_3) - 1; in write3Channel() local
2013 mask = max_3; in write3Channel()
2014 max = max_3; in write3Channel()
2059 static const T max_3 = (1 << size_3) - 1; in write4Channel() local
[all …]