Searched defs:testConfig (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp830 bool testConfig (const TextureGenerationSpec& spec);
916 const bool result = testConfig(m_iterations[m_iteration]);
947 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec) function in class:deqp::gles31::Functional::__anon4564::TextureLevelCase
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1925 const TestConfig& testConfig = testConfigs[configNdx]; local
1935 samplesTests->addChild(new MinSampleShadingTest(testCtx, "primitive_triangle", "", samples[samplesNdx], testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_TRIANGLE));
1936 samplesTests->addChild(new MinSampleShadingTest(testCtx, "primitive_line", "", samples[samplesNdx], testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_LINE));
1937 samplesTests->addChild(new MinSampleShadingTest(testCtx, "primitive_point", "", samples[samplesNdx], testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_POINT));
1969 const TestConfig& testConfig = testConfigs[configNdx]; local
1970 de::MovePtr<tcu::TestCaseGroup> sampleMaskValueTests (new tcu::TestCaseGroup(testCtx, testConfig.name, testConfig.description));
1982 mask.push_back(testConfig.sampleMask);

Completed in 346 milliseconds