Searched refs:SegmentedEstimator (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 513 struct SegmentedEstimator struct 518 …SegmentedEstimator (const gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : p… in SegmentedEstimator() function 533 static SegmentedEstimator computeSegmentedEstimator (const vector<Vec2>& data) in computeSegmentedEstimator() 555 …return SegmentedEstimator(gls::LineParameters(entireLine.offset, 0.0f), entireLine, -std::numeric_… in computeSegmentedEstimator() 558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator() 943 vector<SegmentedEstimator> estimators; in iterate() 950 const SegmentedEstimator& estimator = estimators[progNdx]; in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 513 struct SegmentedEstimator struct 518 …SegmentedEstimator (const gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : p… in SegmentedEstimator() function 533 static SegmentedEstimator computeSegmentedEstimator (const vector<Vec2>& data) in computeSegmentedEstimator() 555 …return SegmentedEstimator(gls::LineParameters(entireLine.offset, 0.0f), entireLine, -std::numeric_… in computeSegmentedEstimator() 558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator() 943 vector<SegmentedEstimator> estimators; in iterate() 950 const SegmentedEstimator& estimator = estimators[progNdx]; in iterate()
|