Home
last modified time | relevance | path

Searched refs: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
1191 kInputValues[0]); in TEST_P()
1195 kInputValues[2]); in TEST_P()
1205 kInputValues[1]); in TEST_P()
1252 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1257 kInputValues[0]); in TEST_P()
1263 kInputValues[1]); in TEST_P()
1312 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1317 kInputValues[0]); in TEST_P()
1324 kInputValues[1]); in TEST_P()
[all …]
DParallelShaderCompileTest.cpp298 constexpr GLuint kInputValues[3][1] = {{300}, {200}, {100}}; in runAndVerify() local
303 kInputValues[0]); in runAndVerify()
309 kInputValues[1]); in runAndVerify()
315 kInputValues[2]); in runAndVerify()
DShaderStorageBufferTest.cpp510 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
512 VectorCase vectorCase(kComponentCount, kComputeShaderSource, kInputValues, kInputValues); in TEST_P()
547 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
549 VectorCase vectorCase(kComponentCount, kComputeShaderSource, kInputValues, kInputValues); in TEST_P()
573 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
576 VectorCase vectorCase(kComponentCount, kComputeShaderSource, kInputValues, kExpectedValues); in TEST_P()
599 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
602 VectorCase vectorCase(kComponentCount, kComputeShaderSource, kInputValues, kExpectedValues); in TEST_P()
1946 constexpr unsigned int kInputValues[kLoadBlockElementCount] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
1951 &kInputValues, GL_STATIC_DRAW); in TEST_P()
[all …]