Lines Matching refs:OutputCountPatternSpec

178 struct OutputCountPatternSpec  struct
180 OutputCountPatternSpec (int count);
181 OutputCountPatternSpec (int count0, int count1);
186 OutputCountPatternSpec::OutputCountPatternSpec (int count) in OutputCountPatternSpec() function in deqp::gles31::Functional::__anon38a6d29b0111::OutputCountPatternSpec
191 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1) in OutputCountPatternSpec() function in deqp::gles31::Functional::__anon38a6d29b0111::OutputCountPatternSpec
784 … OutputCountShader (const glu::ContextType& contextType, const OutputCountPatternSpec& spec);
791 … genGeometrySource (const glu::ContextType& contextType, const OutputCountPatternSpec& spec) con…
792 size_t getPatternEmitCount (const OutputCountPatternSpec& spec) const;
796 const OutputCountPatternSpec m_spec;
799 …Shader::OutputCountShader (const glu::ContextType& contextType, const OutputCountPatternSpec& spec) in OutputCountShader()
856 …r::genGeometrySource (const glu::ContextType& contextType, const OutputCountPatternSpec& spec) con… in genGeometrySource()
901 size_t OutputCountShader::getPatternEmitCount (const OutputCountPatternSpec& spec) const in getPatternEmitCount()
2464 …tCountCase (Context& context, const char* name, const char* desc, const OutputCountPatternSpec&);
2474 OutputCountPatternSpec m_spec;
2477 …ountCase (Context& context, const char* name, const char* desc, const OutputCountPatternSpec& spec) in OutputCountCase()
6139 …tCountCase (m_context, "output_10", "Output 10 vertices", OutputCountPatternSpec(10))); in init()
6140 …untCase (m_context, "output_128", "Output 128 vertices", OutputCountPatternSpec(128))); in init()
6141 …untCase (m_context, "output_256", "Output 256 vertices", OutputCountPatternSpec(256))); in init()
6142 …ountCase (m_context, "output_max", "Output max vertices", OutputCountPatternSpec(-1))); in init()
6143 …t_10_and_100", "Output 10 and 100 vertices in two invocations", OutputCountPatternSpec(10, 100))); in init()
6144 …t_100_and_10", "Output 100 and 10 vertices in two invocations", OutputCountPatternSpec(100, 10))); in init()
6145 …ut_0_and_128", "Output 0 and 128 vertices in two invocations", OutputCountPatternSpec(0, 128))); in init()
6146 …ut_128_and_0", "Output 128 and 0 vertices in two invocations", OutputCountPatternSpec(128, 0))); in init()