Lines Matching refs:extParam
227 …GroupVoteTestCaseBase::ShaderGroupVoteTestCaseBase(deqp::Context& context, ExtParameters& extParam, in ShaderGroupVoteTestCaseBase() argument
234 m_specializationMap["VERSION"] = glu::getGLSLVersionDeclaration(extParam.glslVersion); in ShaderGroupVoteTestCaseBase()
300 ExtParameters& extParam) in ShaderGroupVoteAvailabilityTestCase() argument
301 : ShaderGroupVoteTestCaseBase(context, extParam, "availability", "Implements ...") in ShaderGroupVoteAvailabilityTestCase()
326 ExtParameters& extParam, const char* name, in ShaderGroupVoteFunctionTestCaseBase() argument
328 : ShaderGroupVoteTestCaseBase(context, extParam, name, description) in ShaderGroupVoteFunctionTestCaseBase()
347 ExtParameters& extParam) in ShaderGroupVoteAllInvocationsTestCase() argument
348 : ShaderGroupVoteFunctionTestCaseBase(context, extParam, "all_invocations", "Implements ...") in ShaderGroupVoteAllInvocationsTestCase()
363 ExtParameters& extParam) in ShaderGroupVoteAnyInvocationTestCase() argument
364 : ShaderGroupVoteFunctionTestCaseBase(context, extParam, "any_invocation", "Implements ...") in ShaderGroupVoteAnyInvocationTestCase()
379 ExtParameters& extParam) in ShaderGroupVoteAllInvocationsEqualTestCase() argument
380 : ShaderGroupVoteFunctionTestCaseBase(context, extParam, "all_invocations_equal", "Implements ...") in ShaderGroupVoteAllInvocationsEqualTestCase()
399 ExtParameters& extParam) in ShaderGroupVoteWithVariablesTestCase() argument
400 : ShaderGroupVoteTestCaseBase(context, extParam, "invocations_with_variables", "Implements ...") in ShaderGroupVoteWithVariablesTestCase()
446 ExtParameters extParam = glcts::ExtParameters(glslVersion, glcts::EXTENSIONTYPE_EXT); in init() local
448 addChild(new ShaderGroupVoteAvailabilityTestCase(m_context, extParam)); in init()
449 addChild(new ShaderGroupVoteAllInvocationsTestCase(m_context, extParam)); in init()
450 addChild(new ShaderGroupVoteAnyInvocationTestCase(m_context, extParam)); in init()
451 addChild(new ShaderGroupVoteAllInvocationsEqualTestCase(m_context, extParam)); in init()
452 addChild(new ShaderGroupVoteWithVariablesTestCase(m_context, extParam)); in init()