Home
last modified time | relevance | path

Searched refs:n_varyings (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp150 const unsigned int n_varyings = sizeof(m_feedbackVaryings) / sizeof(m_feedbackVaryings[0]); in initTest() local
154 gl.transformFeedbackVaryings(m_program_id, n_varyings, m_feedbackVaryings, GL_INTERLEAVED_ATTRIBS); in initTest()
173 gl.bufferData(GL_ARRAY_BUFFER, sizeof(glw::GLint) * n_varyings, DE_NULL, GL_STATIC_COPY); in initTest()
217 const unsigned int n_varyings = sizeof(m_feedbackVaryings) / sizeof(m_feedbackVaryings[0]); in iterate() local
218 glw::GLint constant_values[n_varyings] = { 0 }; in iterate()
258 GL_TRANSFORM_FEEDBACK_BUFFER, 0, sizeof(glw::GLint) * n_varyings, GL_MAP_READ_BIT); in iterate()
266 for (unsigned int id = 0; id < n_varyings; ++id) in iterate()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderXFB.cpp188 const char* const* strings, unsigned int n_varyings, in createSeparableProgram() argument
208 if (n_varyings != 0) in createSeparableProgram()
210 gl.transformFeedbackVaryings(po_id, n_varyings, varyings, GL_SEPARATE_ATTRIBS); in createSeparableProgram()
DesextcTessellationShaderXFB.hpp114 unsigned int n_varyings, const char* const* varyings, bool should_succeed);
DesextcTessellationShaderTCTE.cpp656 unsigned int n_varyings = 0; in executeTestRun() local
684 n_varyings = sizeof(gs_point_size_varyings) / sizeof(gs_point_size_varyings[0]); in executeTestRun()
702 n_varyings = sizeof(gs_non_point_size_varyings) / sizeof(gs_non_point_size_varyings[0]); in executeTestRun()
719 n_varyings = sizeof(non_gs_point_size_varyings) / sizeof(non_gs_point_size_varyings[0]); in executeTestRun()
739 n_varyings = sizeof(non_gs_non_point_size_varyings) / sizeof(non_gs_non_point_size_varyings[0]); in executeTestRun()
755 gl.transformFeedbackVaryings(run.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in executeTestRun()
3483 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initTestDescriptor() local
3485 gl.transformFeedbackVaryings(out_test_ptr->po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in initTestDescriptor()
4040 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initTestDescriptor() local
4042 gl.transformFeedbackVaryings(out_test_ptr->po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in initTestDescriptor()
DesextcTessellationShaderTessellation.cpp579 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initRun() local
581 gl.transformFeedbackVaryings(run.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in initRun()
1192 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initRun() local
1194 gl.transformFeedbackVaryings(run.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in initRun()
1952 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initTestDescriptor() local
1954 gl.transformFeedbackVaryings(test.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in initTestDescriptor()
DesextcTessellationShaderTriangles.cpp379 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); in initTestDescriptor() local
381 gl.transformFeedbackVaryings(test.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in initTestDescriptor()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp2850 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]); in iterate() local
2851 static const GLuint transform_feedback_buffer_size = n_varyings * sizeof(GLfloat) * 4 /* vec4 */; in iterate()
2938 n_varyings); in iterate()
3686 static const GLuint n_varyings = 5; in testDraw() local
3766 for (GLuint i = 0; i < n_varyings; ++i) in testDraw()
3781 for (GLuint i = 0; i < n_varyings; ++i) in testDraw()
3792 for (GLuint i = 0; i < n_varyings; ++i) in testDraw()
3919 static const GLuint n_varyings = sizeof(varying_names) / sizeof(varying_names[0]); in iterate() local
3920 static const GLuint transform_feedback_buffer_size = n_varyings * sizeof(GLfloat) * 4 /* vec4 */; in iterate()
3967 n_varyings); in iterate()
[all …]
Dgl4cGPUShaderFP64Tests.cpp3807 glw::GLuint n_varyings = 1; in prepareProgram() local
3969 n_varyings = 0; in prepareProgram()
3973 …nfo.build(cs_c_str, fs_c_str, gs_c_str, tcs_c_str, tes_c_str, vs_c_str, &varying_name, n_varyings); in prepareProgram()
9284 unsigned int n_varyings = 0; in generateXFBVaryingNames() local
9296 n_varyings += variable.array_size; in generateXFBVaryingNames()
9299 m_xfb_varyings = new glw::GLchar*[n_varyings]; in generateXFBVaryingNames()
9327 m_n_xfb_varyings = n_varyings; in generateXFBVaryingNames()
Dgl4cEnhancedLayoutsTests.cpp2851 const size_t n_varyings = captured_varyings.size(); in Capture() local
2853 if (0 == n_varyings) in Capture()
2860 varying_names.resize(n_varyings); in Capture()
2862 for (size_t i = 0; i < n_varyings; ++i) in Capture()
2877 gl.transformFeedbackVaryings(id, static_cast<GLsizei>(n_varyings), &varying_names[0], mode); in Capture()