Lines Matching refs:arraySize
885 const int arraySize = (complexType.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (complexType.getArraySize());
886 return arraySize * accumulateComplexType(complexType.getElementType(), dTypeMap);
1093 const int arraySize = (type.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (type.getArraySize());
1094 return arraySize * getBufferVariableSize(type.getElementType(), order);