Lines Matching refs:testCtx

509 …BaseCase			(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* de…
535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const c… in BaseCase() argument
536 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc) in BaseCase()
725 …RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch…
736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char*… in RenderCountCase() argument
737 : BaseCase (testCtx, renderCtx, name, desc) in RenderCountCase()
894 …RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const …
906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const… in RelativeChangeCase() argument
907 : BaseCase (testCtx, renderCtx, name, desc) in RelativeChangeCase()
1132 …BaseCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char*… in BaseCostCase() argument
1133 : RenderCountCase (testCtx, renderCtx, name, desc) {} in BaseCostCase()
1158 …GradientCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch… in GradientCostCase() argument
1159 : RenderCountCase (testCtx, renderCtx, name, desc) in GradientCostCase()
1194 …OccluderStaticFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccluderStaticFragDepthCostCase() argument
1195 : RenderCountCase(testCtx, renderCtx, name, desc) in OccluderStaticFragDepthCostCase()
1223 …OccluderDynamicFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccluderDynamicFragDepthCostCase() argument
1224 : RenderCountCase(testCtx, renderCtx, name, desc) in OccluderDynamicFragDepthCostCase()
1252 …OccludedStaticFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccludedStaticFragDepthCostCase() argument
1253 : RenderCountCase(testCtx, renderCtx, name, desc) in OccludedStaticFragDepthCostCase()
1281 …OccludedDynamicFragDepthCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in OccludedDynamicFragDepthCostCase() argument
1282 : RenderCountCase(testCtx, renderCtx, name, desc) in OccludedDynamicFragDepthCostCase()
1310 OccludingGeometryComplexityCostCase (TestContext& testCtx, in OccludingGeometryComplexityCostCase() argument
1317 : RenderCountCase (testCtx, renderCtx, name, desc) in OccludingGeometryComplexityCostCase()
1361 …FragmentWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, …
1370 FragmentWorkloadCullCase::FragmentWorkloadCullCase (TestContext& testCtx, const RenderContext& rend… in FragmentWorkloadCullCase() argument
1371 : RelativeChangeCase (testCtx, renderCtx, name, desc) in FragmentWorkloadCullCase()
1393 …FragmentTextureWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char…
1410 FragmentTextureWorkloadCullCase::FragmentTextureWorkloadCullCase (TestContext& testCtx, const Rende… in FragmentTextureWorkloadCullCase() argument
1411 : FragmentWorkloadCullCase (testCtx, renderCtx, name, desc) in FragmentTextureWorkloadCullCase()
1438 …FragmentArithmeticWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, const ch… in FragmentArithmeticWorkloadCullCase() argument
1439 : FragmentWorkloadCullCase (testCtx, renderCtx, name, desc) in FragmentArithmeticWorkloadCullCase()
1455 …FragmentDiscardArithmeticWorkloadCullCase (TestContext& testCtx, const RenderContext& renderCtx, c… in FragmentDiscardArithmeticWorkloadCullCase() argument
1456 : FragmentWorkloadCullCase (testCtx, renderCtx, name, desc) in FragmentDiscardArithmeticWorkloadCullCase()
1487 …PartialOccluderDiscardCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* … in PartialOccluderDiscardCullCase() argument
1488 : RelativeChangeCase (testCtx, renderCtx, name, desc) in PartialOccluderDiscardCullCase()
1519 …PartialOccluderCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, … in PartialOccluderCullCase() argument
1520 : RelativeChangeCase (testCtx, renderCtx, name, desc) in PartialOccluderCullCase()
1551 …StaticOccluderFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in StaticOccluderFragDepthCullCase() argument
1552 : RelativeChangeCase(testCtx, renderCtx, name, desc) in StaticOccluderFragDepthCullCase()
1581 …DynamicOccluderFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in DynamicOccluderFragDepthCullCase() argument
1582 : RelativeChangeCase(testCtx, renderCtx, name, desc) in DynamicOccluderFragDepthCullCase()
1611 …StaticOccludedFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char*… in StaticOccludedFragDepthCullCase() argument
1612 : RelativeChangeCase(testCtx, renderCtx, name, desc) in StaticOccludedFragDepthCullCase()
1641 …DynamicOccludedFragDepthCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char… in DynamicOccludedFragDepthCullCase() argument
1642 : RelativeChangeCase(testCtx, renderCtx, name, desc) in DynamicOccludedFragDepthCullCase()
1671 …ReversedDepthOrderCullCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name… in ReversedDepthOrderCullCase() argument
1672 : RelativeChangeCase(testCtx, renderCtx, name, desc) in ReversedDepthOrderCullCase()
1779 TestContext& testCtx = m_context.getTestContext(); in init() local
1792 …group->addChild(new FragmentTextureWorkloadCullCase( testCtx, renderCtx, "workload_texture", … in init()
1793 …group->addChild(new FragmentArithmeticWorkloadCullCase( testCtx, renderCtx, "workload_arithmetic… in init()
1794 …group->addChild(new FragmentDiscardArithmeticWorkloadCullCase( testCtx, renderCtx, "workload_arith… in init()
1802 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_256", "Parts of occlu… in init()
1803 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_128", "Parts of occlu… in init()
1804 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_64", "Parts of occlud… in init()
1805 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_32", "Parts of occlud… in init()
1806 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_16", "Parts of occlud… in init()
1807 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_8", "Parts of occlude… in init()
1808 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_4", "Parts of occlude… in init()
1809 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_2", "Parts of occlude… in init()
1810 …group->addChild(new PartialOccluderDiscardCullCase(testCtx, renderCtx, "grid_1", "Parts of occlude… in init()
1818 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "100", "Occluder covering only par… in init()
1819 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "099", "Occluder covering only par… in init()
1820 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "095", "Occluder covering only par… in init()
1821 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "090", "Occluder covering only par… in init()
1822 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "080", "Occluder covering only par… in init()
1823 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "070", "Occluder covering only par… in init()
1824 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "050", "Occluder covering only par… in init()
1825 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "025", "Occluder covering only par… in init()
1826 …group->addChild(new PartialOccluderCullCase(testCtx, renderCtx, "010", "Occluder covering only par… in init()
1834 group->addChild(new StaticOccluderFragDepthCullCase( testCtx, renderCtx, "occluder_static", "")); in init()
1835 … group->addChild(new DynamicOccluderFragDepthCullCase(testCtx, renderCtx, "occluder_dynamic", "")); in init()
1836 group->addChild(new StaticOccludedFragDepthCullCase( testCtx, renderCtx, "occluded_static", "")); in init()
1837 … group->addChild(new DynamicOccludedFragDepthCullCase(testCtx, renderCtx, "occluded_dynamic", "")); in init()
1845 …group->addChild(new ReversedDepthOrderCullCase(testCtx, renderCtx, "reversed", "Back to front rend… in init()
1859 group->addChild(new BaseCostCase(testCtx, renderCtx, "flat", "")); in init()
1860 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_050", "", 0.50f)); in init()
1861 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_010", "", 0.10f)); in init()
1862 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_005", "", 0.05f)); in init()
1863 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_002", "", 0.02f)); in init()
1864 group->addChild(new GradientCostCase(testCtx, renderCtx, "gradient_001", "", 0.01f)); in init()
1872 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_uniform_grid_5",… in init()
1873 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_uniform_grid_15"… in init()
1874 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_uniform_grid_25"… in init()
1875 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_uniform_grid_50"… in init()
1876 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_uniform_grid_100… in init()
1878 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_noisy_grid_5", … in init()
1879 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_noisy_grid_15", … in init()
1880 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_noisy_grid_25", … in init()
1881 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_noisy_grid_50", … in init()
1882 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "flat_noisy_grid_100",… in init()
1884 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_uniform_grid_5… in init()
1885 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_uniform_grid_1… in init()
1886 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_uniform_grid_2… in init()
1887 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_uniform_grid_5… in init()
1888 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_uniform_grid_1… in init()
1890 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_noisy_grid_5",… in init()
1891 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_noisy_grid_15"… in init()
1892 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_noisy_grid_25"… in init()
1893 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_noisy_grid_50"… in init()
1894 …group->addChild(new OccludingGeometryComplexityCostCase(testCtx, renderCtx, "uneven_noisy_grid_100… in init()
1902 group->addChild(new OccluderStaticFragDepthCostCase( testCtx, renderCtx, "occluder_static", "")); in init()
1903 … group->addChild(new OccluderDynamicFragDepthCostCase(testCtx, renderCtx, "occluder_dynamic", "")); in init()
1904 group->addChild(new OccludedStaticFragDepthCostCase( testCtx, renderCtx, "occluded_static", "")); in init()
1905 … group->addChild(new OccludedDynamicFragDepthCostCase(testCtx, renderCtx, "occluded_dynamic", "")); in init()