Lines Matching refs:InvocationCountShader
1477 class InvocationCountShader : public sglr::ShaderProgram class
1488 …InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCa…
1502 InvocationCountShader::InvocationCountShader (const glu::ContextType& contextType, int numInvocatio… in InvocationCountShader() function in deqp::gles31::Functional::__anon78faf1670111::InvocationCountShader
1521 void InvocationCountShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const*… in shadeVertices()
1530 void InvocationCountShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, cons… in shadeFragments()
1537 void InvocationCountShader::shadePrimitives (rr::GeometryEmitter& output, int verticesIn, const rr:… in shadePrimitives()
1590 std::string InvocationCountShader::genGeometrySource (const glu::ContextType& contextType, int numI… in genGeometrySource()
1656 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase) in getNumVertices()
4297 static InvocationCountShader::OutputCase mapToShaderCaseType (OutputCase testCase);
4301 InvocationCountShader* m_program;
4375 …m_program = new InvocationCountShader(m_context.getRenderContext().getType(), m_numInvocations, ma… in init()
4408 InvocationCountShader::OutputCase GeometryInvocationCase::mapToShaderCaseType (OutputCase testCase) in mapToShaderCaseType()
4412 case CASE_FIXED_OUTPUT_COUNTS: return InvocationCountShader::CASE_FIXED_OUTPUT_COUNTS; in mapToShaderCaseType()
4413 case CASE_DIFFERENT_OUTPUT_COUNTS: return InvocationCountShader::CASE_DIFFERENT_OUTPUT_COUNTS; in mapToShaderCaseType()
4416 return InvocationCountShader::CASE_LAST; in mapToShaderCaseType()