Lines Matching refs:m_testCase
1499 const OutputCase m_testCase; member in deqp::gles31::Functional::__anon38a6d29b0111::InvocationCountShader
1517 , m_testCase (testCase) in InvocationCountShader()
1548 if (m_testCase == CASE_FIXED_OUTPUT_COUNTS) in shadePrimitives()
1565 else if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS) in shadePrimitives()
4300 const OutputCase m_testCase; member in deqp::gles31::Functional::__anon38a6d29b0111::GeometryInvocationCase
4307 , m_testCase (testCase) in GeometryInvocationCase()
4311 DE_ASSERT(m_testCase < CASE_LAST); in GeometryInvocationCase()
4345 if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS) in init()
4355 if (m_testCase == CASE_FIXED_OUTPUT_COUNTS) in init()
4363 else if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS) in init()
4376 …tShader(m_context.getRenderContext().getType(), m_numInvocations, mapToShaderCaseType(m_testCase)); in init()