D | ComputeShaderTest.cpp | 37 const std::array<T, kWidth * kHeight> &inputData, in runSharedMemoryTest() 1909 const std::array<GLuint, 4> inputData = {{250, 200, 150, 100}}; in TEST_P() local 1933 const std::array<GLuint, 4> inputData = {{250, 200, 150, 100}}; in TEST_P() local 1961 const std::array<GLuint, 4> inputData = {{250, 200, 150, 100}}; in TEST_P() local 2027 const std::array<GLuint, 8> inputData = {{1, 2, 4, 8, 16, 32, 64, 128}}; in TEST_P() local 2077 const std::array<GLint, 9> inputData = {{1, 2, 4, 8, 16, 32, 64, 128, 1}}; in TEST_P() local 2739 const std::array<GLuint, 16> inputData = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}; in TEST_P() local
|