Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DShaderStorageBufferTest.cpp2164 constexpr unsigned int kSmallerStoreBlockElementCount = 4; in TEST_P() local
2166 constexpr unsigned int kSmallerExpectedValues[kSmallerStoreBlockElementCount] = {1u, 1u, 2u, in TEST_P()
2173 glBufferData(GL_SHADER_STORAGE_BUFFER, kSmallerStoreBlockElementCount * kBytesPerComponent, in TEST_P()
2185 kSmallerStoreBlockElementCount * kBytesPerComponent, GL_MAP_READ_BIT)); in TEST_P()
2186 for (unsigned int i = 0; i < kSmallerStoreBlockElementCount; i++) in TEST_P()