Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A 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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderXFB.hpp114 unsigned int n_varyings, const char* const* varyings, bool should_succeed);
H A DesextcTessellationShaderXFB.cpp188 const char* const* strings, unsigned int n_varyings, in createSeparableProgram()
208 if (n_varyings != 0) in createSeparableProgram()
210 gl.transformFeedbackVaryings(po_id, n_varyings, varyings, GL_SEPARATE_ATTRIBS); in createSeparableProgram()
302 &fs_body, 0, /* n_varyings */ in initTest()
343 &gs_body, 1, /* n_varyings */ in initTest()
405 &tc_body, 1, /* n_varyings */ in initTest()
413 &tc_body, 0, /* n_varyings */ in initTest()
455 &te_body, 1, /* n_varyings */ in initTest()
491 &vs_body, 1, /* n_varyings */ in initTest()
187 createSeparableProgram(glw::GLenum shader_type, unsigned int n_strings, const char* const* strings, unsigned int n_varyings, const char* const* varyings, bool should_succeed) createSeparableProgram() argument
H A 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, varying in initTestDescriptor()
[all...]
H A 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()
H A 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()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp2848 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]); iterate() local
9578 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); initTest() local
[all...]
H A Dgl4cGPUShaderFP64Tests.cpp3795 glw::GLuint n_varyings = 1; in prepareProgram() local
3957 n_varyings = 0; in prepareProgram()
3961 out_program_info.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()
9257 unsigned int n_varyings = 0; in generateXFBVaryingNames() local
9269 n_varyings += variable.array_size; in generateXFBVaryingNames()
9272 m_xfb_varyings = new glw::GLchar*[n_varyings]; in generateXFBVaryingNames()
9300 m_n_xfb_varyings = n_varyings; in generateXFBVaryingNames()
H A Dgl4cEnhancedLayoutsTests.cpp2921 const size_t n_varyings = captured_varyings.size(); in Capture() local
2923 if (0 == n_varyings) in Capture()
2930 varying_names.resize(n_varyings); in Capture()
2932 for (size_t i = 0; i < n_varyings; ++i) in Capture()
2947 gl.transformFeedbackVaryings(id, static_cast<GLsizei>(n_varyings), &varying_names[0], mode); in Capture()

Completed in 67 milliseconds