Searched refs:currentArraySize (Results 1 – 4 of 4) sorted by relevance
84 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable() local85 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in TraverseStructArrayVariable()113 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable() local114 unsigned int count = std::max(currentArraySize, 1u); in TraverseArrayOfArraysVariable()
50 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in ExpandStructArrayVariable() local51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable()
5241 …const auto currentArraySize = testArraySizes[static_cast<deUint32>(m_testItems.items.size() ) % nT… in initTestItems() local5244 newItem.arraySize = currentArraySize; in initTestItems()