Searched refs:arrayElementComponents (Results 1 – 1 of 1) sorted by relevance
11303 uint32_t arrayElementComponents = isColMajor ? rows : cols; in FillBuffer() local11307 uint32_t stride = isStd430 ? RoundUpPow2(arrayElementComponents, 2) : 4; in FillBuffer()11313 for (uint32_t c = 0; c < arrayElementComponents; ++c) in FillBuffer()