Searched refs:n_xfb_varyings (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTCTE.cpp | 1466 glw::GLint n_xfb_varyings = 0; in initTest() local 1470 getXFBProperties(&xfb_varyings, &n_xfb_varyings, &xfb_size); in initTest() 1472 gl.transformFeedbackVaryings(m_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in initTest() 1539 static const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in getXFBProperties() local 1548 *out_n_names = n_xfb_varyings; in getXFBProperties() 2606 unsigned int n_xfb_varyings = 0; in initTestRun() local 2611 n_xfb_varyings = sizeof(xfb_varyings_w_pointsize) / sizeof(xfb_varyings_w_pointsize[0]); in initTestRun() 2629 n_xfb_varyings = sizeof(xfb_varyings_wo_pointsize) / sizeof(xfb_varyings_wo_pointsize[0]); in initTestRun() 2644 gl.transformFeedbackVaryings(run.te_program_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in initTestRun() 2650 gl.transformFeedbackVaryings(run.po_id, n_xfb_varyings, xfb_varying in initTestRun() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 810 * @param n_xfb_varyings Amount of XFB varyings defined in @param xfb_varyings.Can be 0. 833 const glw::GLchar** xfb_varyings, const unsigned int& n_xfb_varyings, glw::GLuint* out_vs_id, in buildProgram() 946 gl.transformFeedbackVaryings(*out_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in buildProgram() 2192 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in executeTestIteration() local 2194 if (!Utils::buildProgram(gl, vs_body, empty_body, empty_body, empty_body, empty_body, xfb_varyings, n_xfb_varyings, in executeTestIteration() 5018 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in initTest() local 5023 xfb_varyings, n_xfb_varyings, &m_vs_id, DE_NULL, /* out_tc_id */ in initTest() 8220 DE_NULL, /* n_xfb_varyings */ in initTest() 9251 DE_NULL, /* n_xfb_varyings */ in initTest() 10400 0, /* n_xfb_varyings */ in executeTestCase() 831 buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body, const std::string& te_body, const std::string& gs_body, const std::string& fs_body, const glw::GLchar** xfb_varyings, const unsigned int& n_xfb_varyings, glw::GLuint* out_vs_id, glw::GLuint* out_tc_id, glw::GLuint* out_te_id, glw::GLuint* out_gs_id, glw::GLuint* out_fs_id, glw::GLuint* out_po_id) buildProgram() argument [all...] |
H A D | gl4cVertexAttrib64BitTest.cpp | 3603 const unsigned int n_xfb_varyings = sizeof(xfb_varyings) / sizeof(xfb_varyings[0]); in initProgramObject() local 3605 gl.transformFeedbackVaryings(m_po_id, n_xfb_varyings, xfb_varyings, GL_INTERLEAVED_ATTRIBS); in initProgramObject()
|
H A D | gl4cShaderSubroutineTests.hpp | 248 const glw::GLchar** xfb_varyings, const unsigned int& n_xfb_varyings,
|
Completed in 23 milliseconds