Home
last modified time | relevance | path

Searched refs:tf_varyings (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveQueries.cpp348 const char* tf_varyings[] = { "gl_Position" }; in iterate() local
351 gl.transformFeedbackVaryings(m_po_id, sizeof(tf_varyings) / sizeof(tf_varyings[0]), tf_varyings, in iterate()
DesextcGeometryShaderAPI.cpp3798 const char* tf_varyings[2] = { "out_gs_1", "out_vs_1" }; in iterate() local
3800 gl.transformFeedbackVaryings(m_gs_po_id, 1 /*count*/, &tf_varyings[0], GL_INTERLEAVED_ATTRIBS); in iterate()
3803 gl.transformFeedbackVaryings(m_vs_po_id, 1 /*count*/, &tf_varyings[1], GL_INTERLEAVED_ATTRIBS); in iterate()
4065 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local
4067 gl.transformFeedbackVaryings(m_po_id, 1 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate()
4296 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local
4300 gl.transformFeedbackVaryings(m_po_ids[i], 1 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate()
DesextcGeometryShaderLinking.cpp2358 const char* tf_varyings[] = { "out_vs_1", "out_gs_1" }; in iterate() local
2360 gl.transformFeedbackVaryings(m_po_id, 2 /*count*/, tf_varyings, GL_INTERLEAVED_ATTRIBS); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.hpp53 const glw::GLchar** tf_varyings, glw::GLuint* out_program);
Dgl4cSparseBufferTests.cpp194 const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, in createProgram() argument
278 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, tf_varying_mode); in createProgram()
5911 static const char* tf_varyings[] = { "instance_id", "vertex_id" }; in initTestCaseGlobal() local
5912 static const unsigned int n_tf_varyings = sizeof(tf_varyings) / sizeof(tf_varyings[0]); in initTestCaseGlobal()
5930 tf_varyings, n_tf_varyings, GL_INTERLEAVED_ATTRIBS); in initTestCaseGlobal()
5938 tf_varyings, n_tf_varyings, GL_SEPARATE_ATTRIBS); in initTestCaseGlobal()
Dgl4cSparseBufferTests.hpp53 const glw::GLchar* const* tf_varyings = DE_NULL, unsigned int n_tf_varyings = 0,
Dgl3cCullDistanceTests.cpp72 const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, in buildProgram() argument
155 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, GL_INTERLEAVED_ATTRIBS); in buildProgram()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp317 const glw::GLchar* tf_varyings[] = { "gl_Position" }; in buildProgram() local
320 tf_varyings, GL_SEPARATE_ATTRIBS); in buildProgram()