Searched refs:InvocationCountShader (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 1639 class InvocationCountShader : public sglr::ShaderProgram class 1650 …InvocationCountShader(const glu::ContextType &contextType, int numInvocations, OutputCase testCase… 1666 InvocationCountShader::InvocationCountShader(const glu::ContextType &contextType, int numInvocation… in InvocationCountShader() function in deqp::gles31::Functional::__anon539908d10111::InvocationCountShader 1685 void InvocationCountShader::shadeVertices(const rr::VertexAttrib *inputs, rr::VertexPacket *const *… in shadeVertices() 1697 void InvocationCountShader::shadeFragments(rr::FragmentPacket *packets, const int numPackets, in shadeFragments() 1706 void InvocationCountShader::shadePrimitives(rr::GeometryEmitter &output, int verticesIn, in shadePrimitives() 1772 std::string InvocationCountShader::genGeometrySource(const glu::ContextType &contextType, int numIn… in genGeometrySource() 1850 size_t InvocationCountShader::getNumVertices(int numInvocations, OutputCase testCase) in getNumVertices() 4751 static InvocationCountShader::OutputCase mapToShaderCaseType(OutputCase testCase); 4755 InvocationCountShader *m_program; [all …]
|