Home | History | Annotate | Download | only in functional

Lines Matching full:arraylength

99 		, arrayLength	(0)
107 , arrayLength (arrayLength_)
114 int arrayLength; //!< 0 if not an array.
182 bool isArray = output.arrayLength > 0;
191 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
197 frag << "layout(location = " << output.location << ") out " << outputPrec << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n";
217 bool isArray = output.arrayLength > 0;
221 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
335 numVecs += (i->arrayLength > 0 ? i->arrayLength : 1);
631 int numVecs = output.arrayLength > 0 ? output.arrayLength : 1;
778 bool isArray = output.arrayLength > 0;
786 int numVecs = isArray ? output.arrayLength : 1;
841 const bool isArray = output.arrayLength > 0;
846 const int numVecs = isArray ? output.arrayLength : 1;