Home
last modified time | relevance | path

Searched refs:SegmentedEstimator (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp513 struct SegmentedEstimator struct
518SegmentedEstimator (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/gles2/performance/
Des2pShaderOperatorTests.cpp513 struct SegmentedEstimator struct
518SegmentedEstimator (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()