• Home
  • Raw
  • Download

Lines Matching refs:numInvocations

1500 …InvocationCountShader		(const glu::ContextType& contextType, int numInvocations, OutputCase testCa…
1507 …static std::string genGeometrySource (const glu::ContextType& contextType, int numInvocations, O…
1508 static size_t getNumVertices (int numInvocations, OutputCase testCase);
1514 …der::InvocationCountShader (const glu::ContextType& contextType, int numInvocations, OutputCase te… in InvocationCountShader() argument
1525 getNumVertices(numInvocations, testCase), in InvocationCountShader()
1526 numInvocations) in InvocationCountShader()
1527 << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations, testCase))) in InvocationCountShader()
1528 , m_numInvocations (numInvocations) in InvocationCountShader()
1602 …tShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase te… in genGeometrySource() argument
1604 const int maxVertices = (int)getNumVertices(numInvocations, testCase); in genGeometrySource()
1609 "layout(points, invocations = " << numInvocations << ") in;\n" in genGeometrySource()
1617 " highp float l_angle = float(gl_InvocationID) / float(" << numInvocations << ") * 5.5;\n" in genGeometrySource()
1668 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase) in getNumVertices() argument
1673 case CASE_DIFFERENT_OUTPUT_COUNTS: return (size_t)(2 + numInvocations); in getNumVertices()
1683 InstancedExpansionShader (const glu::ContextType& contextType, int numInvocations);
1692 static std::string genGeometrySource (const glu::ContextType& contextType, int numInvocations);
1697 …ExpansionShader::InstancedExpansionShader (const glu::ContextType& contextType, int numInvocations) in InstancedExpansionShader() argument
1707 numInvocations) in InstancedExpansionShader()
1708 << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations))) in InstancedExpansionShader()
1709 , m_numInvocations (numInvocations) in InstancedExpansionShader()
1778 …stancedExpansionShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations) in genGeometrySource() argument
1784 "layout(points,invocations=" << numInvocations << ") in;\n" in genGeometrySource()
1790 " highp float phase = float(gl_InvocationID) / float(" << numInvocations << ") * 6.3;\n" in genGeometrySource()
4358 …se (Context& context, const char* name, const char* description, int numInvocations, OutputCase te…
4375 …se (Context& context, const char* name, const char* description, int numInvocations, OutputCase te… in GeometryInvocationCase() argument
4378 , m_numInvocations (numInvocations) in GeometryInvocationCase()
4494 …Context& context, const char* name, const char* description, int numInstances, int numInvocations);
4508 …(Context& context, const char* name, const char* description, int numInstances, int numInvocations) in DrawInstancedGeometryInstancedCase() argument
4511 , m_numInvocations (numInvocations) in DrawInstancedGeometryInstancedCase()
6387 int numInvocations; in init() member
6404 invocationCases[ndx].numInvocations, in init()
6409 if (invocationCases[ndx].numInvocations != 1) in init()
6413 invocationCases[ndx].numInvocations, in init()