Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DGLSLTest.cpp11303 uint32_t arrayElementComponents = isColMajor ? rows : cols; in FillBuffer() local
11307 uint32_t stride = isStd430 ? RoundUpPow2(arrayElementComponents, 2) : 4; in FillBuffer()
11313 for (uint32_t c = 0; c < arrayElementComponents; ++c) in FillBuffer()