Lines Matching refs:getArraySize
203 for (int ndx = 0; ndx < type.getArraySize(); ++ndx)
460 if (varType.getArraySize() != glu::VarType::UNSIZED_ARRAY)
462 for (int ndx = 0; ndx < varType.getArraySize(); ++ndx)
619 if (varType.getArraySize() != glu::VarType::UNSIZED_ARRAY)
621 for (int ndx = 0; ndx < varType.getArraySize(); ++ndx)
912 const int arraySize = (complexType.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (complexType.getArraySize());
1120 const int arraySize = (type.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (type.getArraySize());
1271 ? (shader->getDefaultBlock().variables[ndx].varType.getArraySize())