Searched refs:outer_tess_level (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderUtils.hpp | 320 float outer_tess_level[4]; member 337 memset(outer_tess_level, 0, sizeof(outer_tess_level)); in _tessellation_vertex_counter_program() 384 void initTessellationVertexCounterProgram(const float* inner_tess_level, const float* outer_tess_level,
|
H A D | esextcTessellationShaderUtils.cpp | 369 "uniform vec4 outer_tess_level;\n" in getGenericTCCode() 377 " gl_TessLevelOuter[0] = outer_tess_level.x;\n" in getGenericTCCode() 378 " gl_TessLevelOuter[1] = outer_tess_level.y;\n" in getGenericTCCode() 379 " gl_TessLevelOuter[2] = outer_tess_level.z;\n" in getGenericTCCode() 380 " gl_TessLevelOuter[3] = outer_tess_level.w;\n" in getGenericTCCode() 390 "uniform vec4 outer_tess_level;\n" in getGenericTCCode() 398 " gl_TessLevelOuter[0] = outer_tess_level.x;\n" in getGenericTCCode() 399 " gl_TessLevelOuter[1] = outer_tess_level.y;\n" in getGenericTCCode() 400 " gl_TessLevelOuter[2] = outer_tess_level.z;\n" in getGenericTCCode() 401 " gl_TessLevelOuter[3] = outer_tess_level in getGenericTCCode() 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) initTessellationVertexCounterProgram() argument [all...] |
H A D | esextcTessellationShaderTCTE.cpp | 3568 glw::GLfloat outer_tess_level[] = { tessellation_level_combinations[n_combination * 6 + 2], in iterate() local 3575 TESSELLATION_SHADER_PRIMITIVE_MODE_QUADS, inner_tess_level, outer_tess_level, in iterate() 3591 outer_tess_level); in iterate() 3606 gl.patchParameterfv(GL_PATCH_DEFAULT_OUTER_LEVEL, outer_tess_level); in iterate() 3657 if (de::abs(point_data_ptr[2] - outer_tess_level[0]) > epsilon || in iterate() 3658 de::abs(point_data_ptr[3] - outer_tess_level[1]) > epsilon) in iterate() 3665 << " expected outer:(" << outer_tess_level[0] << ", " << outer_tess_level[1] in iterate()
|
H A D | esextcTessellationShaderTessellation.cpp | 1864 * @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) in initTestDescriptor() 1879 memcpy(test.tess_level_outer, outer_tess_level, sizeof(float) * 4 /* components */); in initTestDescriptor() 1975 test.outer_tess_level_uniform_location = gl.getUniformLocation(test.po_id, "outer_tess_level"); in initTestDescriptor() 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) initTestDescriptor() argument
|
Completed in 10 milliseconds