Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp1186 constexpr GLuint kInputValues[3][1] = {{50}, {100}, {20}}; in TEST_P() local
1252 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1312 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1373 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1441 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1510 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1580 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1653 constexpr GLuint kInputValues[2][2] = {{200, 150}, {100, 50}}; in TEST_P() local
1724 constexpr GLuint kInputValues[2][2] = {{200, 150}, {100, 50}}; in TEST_P() local
1795 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
[all …]
DShaderStorageBufferTest.cpp510 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
547 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
573 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
599 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
1946 constexpr unsigned int kInputValues[kLoadBlockElementCount] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
2012 constexpr unsigned int kInputValues[kLoadBlockElementCount] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
2228 constexpr unsigned int kInputValues[2] = {2u, 2u}; in TEST_P() local
DParallelShaderCompileTest.cpp298 constexpr GLuint kInputValues[3][1] = {{300}, {200}, {100}}; in runAndVerify() local