Home | History | Annotate | Download | only in performance

Lines Matching refs:right

179  * parts: a horizontal left part, and a linearly increasing right part; the
180 * right part starts where the left parts ends. The principal task of these
181 * tests is to look at the slope of the increasing right part. Additionally
229 tcu::Vec4 p01; //!< Bottom right.
231 tcu::Vec4 p11; //!< Top right.
471 * is the right line, and the rest of data is the left line.
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
517 gls::LineParameters right;
518 SegmentedEstimator (const gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : pivotX(pivotX_), left(l), right(r) {}
524 * Splits the given data into left and right parts (using findSlopePivotX)
529 * detect if this the case, and if so, sets left.offset = right.offset and
985 log << TestLog::Float("Program" + progNdxStr + "WorkloadCostEstimate", "Workload cost estimate", "us / workload", QP_KEY_TAG_TIME, estimator.right.coefficient);
991 << " and the right line " << lineParamsString(estimator.right) << TestLog::EndMessage;
993 log << TestLog::Message << "Note: the data seem to form a single line: " << lineParamsString(estimator.right) << TestLog::EndMessage;
999 if (estimators[progNdx].right.coefficient <= 0.0f)
1006 // \note For each estimator, .right.coefficient is the increase in draw time (in microseconds) when
1019 perProgramSlopes.push_back(estimators[i].right.coefficient);
1032 LineParameters(estimators[0].right.offset,