Searched refs:n_patch_vertices (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderTessellation.hpp | 198 glw::GLint n_patch_vertices; member 214 n_patch_vertices = 0; in _run() 228 std::string getTCCode(glw::GLuint n_patch_vertices); 233 …void initRun(_run& run, _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, … 298 glw::GLint n_patch_vertices; member 316 n_patch_vertices = 0; in _test_descriptor() 334 std::string getTCCode(glw::GLint n_patch_vertices); 342 _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices,
|
D | esextcTessellationShaderTessellation.cpp | 887 glw::GLuint n_patch_vertices) in getTCCode() argument 922 n_patch_vertices_sstream << n_patch_vertices; in getTCCode() 1064 …const glw::GLint n_patch_vertices[] = { 4, gl_max_patch_vertices_value / 2, gl_max_patch_vertice… in initTest() local 1073 const unsigned int n_n_patch_vertices = sizeof(n_patch_vertices) / sizeof(n_patch_vertices[0]); in initTest() 1083 glw::GLint current_n_patch_vertices = n_patch_vertices[n_patch_vertices_item]; in initTest() 1140 …_run& run, _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, bool is_indic… in initRun() argument 1146 run.n_patch_vertices = n_patch_vertices; in initRun() 1156 std::string tc_body = getTCCode(n_patch_vertices); in initRun() 1233 DE_ASSERT(run.n_patch_vertices > 3); in initRun() 1236 const unsigned int interleave_rate = run.n_patch_vertices * 2; in initRun() [all …]
|
D | esextcTessellationShaderUtils.hpp | 289 …static std::string getGenericTCCode(unsigned int n_patch_vertices, bool should_use_glInvocationID_… 319 glw::GLint n_patch_vertices; member 340 n_patch_vertices = 0; in _tessellation_vertex_counter_program() 385 glw::GLint n_patch_vertices,
|
D | esextcTessellationShaderUtils.cpp | 90 m_gl.patchParameteri(m_parent_test->m_glExtTokens.PATCH_VERTICES, program.n_patch_vertices); in captureTessellationData() 95 program.n_patch_vertices); /* count */ in captureTessellationData() 150 program.n_patch_vertices); /* count */ in captureTessellationData() 358 std::string TessellationShaderUtils::getGenericTCCode(unsigned int n_patch_vertices, in getGenericTCCode() argument 410 n_patch_vertices_sstream << n_patch_vertices; in getGenericTCCode() 1229 const float* inner_tess_level, const float* outer_tess_level, glw::GLint n_patch_vertices, in initTessellationVertexCounterProgram() argument 1253 std::string tc_code = getGenericTCCode(n_patch_vertices, false); in initTessellationVertexCounterProgram() 1301 result_descriptor.n_patch_vertices = n_patch_vertices; in initTessellationVertexCounterProgram()
|
D | esextcTessellationShaderBarrier.cpp | 252 glw::GLint n_patch_vertices = 0; in iterate() local 255 …getDrawCallArgs(&drawcall_mode, &drawcall_count, &tf_mode, &n_patch_vertices, &drawcall_n_instance… in iterate() 260 gl.patchParameteri(m_glExtTokens.PATCH_VERTICES, n_patch_vertices); in iterate()
|
D | esextcTessellationShaderPrimitiveCoverage.hpp | 70 void drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, glw::GLuint n_draw_call_vertices,
|
D | esextcTessellationShaderPrimitiveCoverage.cpp | 574 void TessellationShaderPrimitiveCoverage::drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, in drawPatch() argument 604 gl.patchParameteri(m_glExtTokens.PATCH_VERTICES, n_patch_vertices); in drawPatch() 636 gl.drawArrays(m_glExtTokens.PATCHES, 0 /* first */, n_patch_vertices); in drawPatch()
|
D | esextcTessellationShaderTCTE.cpp | 4103 glw::GLint n_patch_vertices = 0; in iterate() local 4113 n_patch_vertices = 4; in iterate() 4123 n_patch_vertices = test_iterator->input_patch_size; in iterate() 4147 gl.drawArrays(m_glExtTokens.PATCHES, 0 /* first */, n_patch_vertices); in iterate()
|