Lines Matching refs:OperatorPerformanceCase
65 // Number of measurements in OperatorPerformanceCase for each workload size, unless specified otherwise by a command line argument.
67 // How many different workload sizes are used by OperatorPerformanceCase.
186 class OperatorPerformanceCase : public tcu::TestCase
205 OperatorPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description,
207 ~OperatorPerformanceCase (void);
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec)
562 OperatorPerformanceCase::OperatorPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description,
582 OperatorPerformanceCase::~OperatorPerformanceCase (void)
612 vector<Vec2> OperatorPerformanceCase::getWorkloadMedianDataPoints (int progNdx) const
623 void OperatorPerformanceCase::prepareProgram (int progNdx)
677 void OperatorPerformanceCase::prepareWorkload (int progNdx, int workload)
683 void OperatorPerformanceCase::prepareNextRound (void)
777 void OperatorPerformanceCase::init (void)
832 void OperatorPerformanceCase::deinit (void)
843 void OperatorPerformanceCase::render (int numDrawCalls)
854 deUint64 OperatorPerformanceCase::renderAndMeasure (int numDrawCalls)
861 void OperatorPerformanceCase::adjustAndLogGridAndViewport (void)
902 OperatorPerformanceCase::IterateResult OperatorPerformanceCase::iterate (void)
1095 class BinaryOpCase : public OperatorPerformanceCase
1112 // \note The first program should be the heaviest, because OperatorPerformanceCase uses it to reduce grid/viewport size when going too slow.
1129 : OperatorPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description,
1350 class FunctionCase : public OperatorPerformanceCase
1382 // \note The first program should be the heaviest, because OperatorPerformanceCase uses it to reduce grid/viewport size when going too slow.
1431 : OperatorPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description,