Home
last modified time | relevance | path

Searched defs:max_1 (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1745 static const T max_1 = (1 << size_1) - 1; in read3Channel() local
1806 static const T max_1 = (1 << size_1) - 1; in read4Channel() local
1988 static const T max_1 = (1 << size_1) - 1; in write3Channel() local
2049 static const T max_1 = (1 << size_1) - 1; in write4Channel() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp351 const T max_1 = (1 << size_1) - 1; in write3Channel() local
399 T max_1 = (1 << size_1) - 1; in write4Channel() local
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp3850 …const float max_1 = window->WorkRect.Max.x + column_padding - ImMax(column_padding - window->Windo… in BeginColumns() local