Lines Matching refs:n_varyings
2848 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]); in iterate() local
2849 static const GLuint transform_feedback_buffer_size = n_varyings * sizeof(GLfloat) * 4 /* vec4 */; in iterate()
2936 n_varyings); in iterate()
3684 static const GLuint n_varyings = 5; in testDraw() local
3764 for (GLuint i = 0; i < n_varyings; ++i) in testDraw()
3779 for (GLuint i = 0; i < n_varyings; ++i) in testDraw()
3790 for (GLuint i = 0; i < n_varyings; ++i) in testDraw()
3917 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]); in iterate() local
3918 static const GLuint transform_feedback_buffer_size = n_varyings * sizeof(GLfloat) * 4 /* vec4 */; in iterate()
3965 n_varyings); in iterate()
4482 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]); in iterate() local
4483 static const GLuint transform_feedback_buffer_size = n_varyings * 4 * sizeof(GLfloat); in iterate()
4526 n_varyings); in iterate()
9578 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initTest() local
9584 varyings, n_varyings, &m_vs_id, DE_NULL, /* out_tc_id */ in initTest()