Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DShaderStorageBufferTest.cpp2163 constexpr unsigned int kSmallerLoadBlockElementCount = 3; in TEST_P() local
2165 constexpr unsigned int kSmallerInputValues[kSmallerLoadBlockElementCount] = {1u, 2u, 3u}; in TEST_P()
2170 glBufferData(GL_SHADER_STORAGE_BUFFER, kSmallerLoadBlockElementCount * kBytesPerComponent, in TEST_P()