Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp2224 constexpr unsigned int kSmallerLoadBlockElementCount = 3; in TEST_P() local
2226 constexpr unsigned int kSmallerInputValues[kSmallerLoadBlockElementCount] = {1u, 2u, 3u}; in TEST_P()
2231 glBufferData(GL_SHADER_STORAGE_BUFFER, kSmallerLoadBlockElementCount * kBytesPerComponent, in TEST_P()