Lines Matching defs:index
85 int index; //!< Index of left coordinate in sortedXCoords.
88 Segment (void) : index(-1), length(-1.0f) {}
89 Segment (int index_, float length_) : index(index_), length(length_) {}
246 if (segmentsB[0].index + segmentsB[1].index + 1 != static_cast<int>(segments.size()))
249 << "one is at index " << segmentsB[0].index << " and other is at index " << segmentsB[1].index
257 *pOutAdditionalSegmentLocation = de::min(segmentsB[0].index, segmentsB[1].index);
259 *pOutAdditionalSegmentLocation = segmentsB[0].length < segmentsA[0].length - 0.001f ? de::min(segmentsB[0].index, segmentsB[1].index)
445 << " int index = atomicAdd(sb_out_numInvocations.data, 1);\n"
446 << " sb_out_tessCoord.data[index] = gl_TessCoord.x;\n";
509 << " int index;\n"
510 << " InterlockedAdd(numInvocations[0], 1, index);\n"
511 << " tessCoord[index] = tessCoords.x;\n"