Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp2225 constexpr unsigned int kSmallerStoreBlockElementCount = 4; in TEST_P() local
2227 constexpr unsigned int kSmallerExpectedValues[kSmallerStoreBlockElementCount] = {1u, 1u, 2u, in TEST_P()
2234 glBufferData(GL_SHADER_STORAGE_BUFFER, kSmallerStoreBlockElementCount * kBytesPerComponent, in TEST_P()
2246 kSmallerStoreBlockElementCount * kBytesPerComponent, GL_MAP_READ_BIT)); in TEST_P()
2247 for (unsigned int i = 0; i < kSmallerStoreBlockElementCount; i++) in TEST_P()