Searched refs:outer_tess_level (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp320 float outer_tess_level[4]; member in struct:glcts::TessellationShaderUtils::_tessellation_vertex_counter_program
337 memset(outer_tess_level, 0, sizeof(outer_tess_level));
384 void initTessellationVertexCounterProgram(const float* inner_tess_level, const float* outer_tess_level,
H A DesextcTessellationShaderUtils.cpp369 "uniform vec4 outer_tess_level;\n"
377 " gl_TessLevelOuter[0] = outer_tess_level.x;\n"
378 " gl_TessLevelOuter[1] = outer_tess_level.y;\n"
379 " gl_TessLevelOuter[2] = outer_tess_level.z;\n"
380 " gl_TessLevelOuter[3] = outer_tess_level.w;\n"
390 "uniform vec4 outer_tess_level;\n"
398 " gl_TessLevelOuter[0] = outer_tess_level.x;\n"
399 " gl_TessLevelOuter[1] = outer_tess_level.y;\n"
400 " gl_TessLevelOuter[2] = outer_tess_level.z;\n"
401 " gl_TessLevelOuter[3] = outer_tess_level
1228 initTessellationVertexCounterProgram( const float* inner_tess_level, const float* outer_tess_level, glw::GLint n_patch_vertices, _tessellation_shader_vertex_spacing vertex_spacing, _tessellation_primitive_mode primitive_mode, bool is_point_mode_enabled, _tessellation_vertex_counter_program& result_descriptor) argument
[all...]
H A DesextcTessellationShaderTCTE.cpp3568 glw::GLfloat outer_tess_level[] = { tessellation_level_combinations[n_combination * 6 + 2], local
3575 TESSELLATION_SHADER_PRIMITIVE_MODE_QUADS, inner_tess_level, outer_tess_level,
3591 outer_tess_level);
3606 gl.patchParameterfv(GL_PATCH_DEFAULT_OUTER_LEVEL, outer_tess_level);
3657 if (de::abs(point_data_ptr[2] - outer_tess_level[0]) > epsilon ||
3658 de::abs(point_data_ptr[3] - outer_tess_level[1]) > epsilon)
3665 << " expected outer:(" << outer_tess_level[0] << ", " << outer_tess_level[1]
H A DesextcTessellationShaderTessellation.cpp1864 * @param outer_tess_level Outer tessellation level values to be used for the pass.
1871 const float* outer_tess_level, _tessellation_test_type test_type)
1879 memcpy(test.tess_level_outer, outer_tess_level, sizeof(float) * 4 /* components */);
1975 test.outer_tess_level_uniform_location = gl.getUniformLocation(test.po_id, "outer_tess_level");
1868 initTestDescriptor( _test_descriptor& test, _tessellation_shader_vertex_spacing vertex_spacing, _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, const float* inner_tess_level, const float* outer_tess_level, _tessellation_test_type test_type) argument

Completed in 136 milliseconds