Searched refs:InvocationCountShader (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 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::__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; [all …]
|