Searched refs:kSmallerStoreBlockElementCount (Results 1 – 1 of 1) sorted by relevance
2225 constexpr unsigned int kSmallerStoreBlockElementCount = 4; in TEST_P() local2227 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()