Lines Matching refs:InvocationCountShader

1477 class InvocationCountShader : public sglr::ShaderProgram  class
1488InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase testCa…
1502 InvocationCountShader::InvocationCountShader (const glu::ContextType& contextType, int numInvocatio… in InvocationCountShader() function in deqp::gles31::Functional::__anon38a6d29b0111::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()
4298 static InvocationCountShader::OutputCase mapToShaderCaseType (OutputCase testCase);
4302 InvocationCountShader* m_program;
4376 …m_program = new InvocationCountShader(m_context.getRenderContext().getType(), m_numInvocations, ma… in init()
4409 InvocationCountShader::OutputCase GeometryInvocationCase::mapToShaderCaseType (OutputCase testCase) in mapToShaderCaseType()
4413 case CASE_FIXED_OUTPUT_COUNTS: return InvocationCountShader::CASE_FIXED_OUTPUT_COUNTS; in mapToShaderCaseType()
4414 case CASE_DIFFERENT_OUTPUT_COUNTS: return InvocationCountShader::CASE_DIFFERENT_OUTPUT_COUNTS; in mapToShaderCaseType()
4417 return InvocationCountShader::CASE_LAST; in mapToShaderCaseType()