Lines Matching defs:index
113 int index = 0;
117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : "");
119 index++;
169 static inline tcu::Vector<bool, Size> singleTrueMask (int index)
171 DE_ASSERT(de::inBounds(index, 0, Size));
173 result[index] = true;
600 //! An outer edge can be described by the index of a u/v/w coordinate
1129 // Binary search the index of the first point in supersetSorted with x in the [subPt.x() - epsilon, subPt.x() + epsilon] range.
1197 int index; //!< Index of left coordinate in sortedXCoords.
1199 Segment (void) : index(-1), length(-1.0f) {}
1200 Segment (int index_, float length_) : index(index_), length(length_) {}
1339 if (segmentsB[0].index + segmentsB[1].index + 1 != (int)segments.size())
1342 << "one is at index " << segmentsB[0].index << " and other is at index " << segmentsB[1].index
1350 additionalSegmentLocationDst = de::min(segmentsB[0].index, segmentsB[1].index);
1352 additionalSegmentLocationDst = segmentsB[0].length < segmentsA[0].length - 0.001f ? de::min(segmentsB[0].index, segmentsB[1].index)
1586 CASETYPE_BASIC = 0, //!< Order patch vertices such that when two patches share a vertex, it's at the same index for both.
1786 // triangles/quads share a vertex, it's at the same index for everyone.
1818 // share a vertices, it's at the same index for everyone.
1860 << "; the color of a vertex corresponds to the index of that vertex in the patch"
1864 log << TestLog::Message << "Note: each shared vertex has the same index among the primitives it belongs to" << TestLog::EndMessage;
3880 log << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two primitives drawn in one draw call" << TestLog::EndMessage
3935 m_testCtx.getLog() << TestLog::Message << "Failure: tessellation coordinate at index " << vtxNdx << " differs between two programs" << TestLog::EndMessage
4118 const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, 0 /* outer-edge index doesn't affect vertex count */, arrayMax(singleOuterEdgeLevels));
4406 const vector<float> patchTessLevels = generatePatchTessLevels(1, 0 /* outer-edge index doesn't affect vertex count */, arrayMax(singleOuterEdgeLevels));
4678 const vector<float> patchTessLevels = generatePatchTessLevels(1, 0 /* outer-edge index doesn't affect vertex count */, arrayMax(singleOuterEdgeLevels));
5213 log << TestLog::Message << "Note: output value at index " << vtxNdx << " is "
5443 int index = 0;
5457 const int col = index % numCols;
5458 const int row = index / numCols;
5467 index++;
5637 * index of the invalid value is output with TF.
5704 virtual string basicSubobjectAtIndex (int index, int arraySize) const = 0;
5724 string basicSubobjectAtIndex (int index, int arraySize) const;
5755 string basicSubobjectAtIndex (int index, int arraySize) const;
5772 static string basicSubobjectAtIndex (int index, const vector<SharedPtr<TopLevelObject> >&, int topLevelArraySizes);
6276 "// Will contain the index of the first incorrect input,\n"
7155 m_testCtx.getLog() << tcu::TestLog::Message << "u_unreferenced resource index: " << resourcePos << tcu::TestLog::EndMessage;
7182 m_testCtx.getLog() << tcu::TestLog::Message << "u_referenced resource index: " << resourcePos << tcu::TestLog::EndMessage;
7333 m_testCtx.getLog() << tcu::TestLog::Message << "v_perPatch resource index: " << resourcePos << tcu::TestLog::EndMessage;
7360 m_testCtx.getLog() << tcu::TestLog::Message << "v_perVertex resource index: " << resourcePos << tcu::TestLog::EndMessage;