Searched defs:n_patch_vertices (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderBarrier.cpp | 252 glw::GLint n_patch_vertices = 0; in iterate() local
|
H A D | esextcTessellationShaderPrimitiveCoverage.cpp | 574 void TessellationShaderPrimitiveCoverage::drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, in drawPatch() argument
|
H A D | esextcTessellationShaderTessellation.hpp | 198 glw::GLint n_patch_vertices; member 298 glw::GLint n_patch_vertices; member
|
H A D | esextcTessellationShaderUtils.hpp | 319 glw::GLint n_patch_vertices; member
|
H A D | esextcTessellationShaderTessellation.cpp | 922 n_patch_vertices_sstream << n_patch_vertices; in getTCCode() local 1064 const glw::GLint n_patch_vertices[] = { 4, gl_max_patch_vertices_value / 2, gl_max_patch_vertices_value }; in initTest() local 886 getTCCode( glw::GLuint n_patch_vertices) getTCCode() argument 1139 initRun( _run& run, _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, bool is_indiced, glw::GLint n_instances, unsigned int drawcall_count_multiplier) initRun() argument 1715 getTCCode(glw::GLint n_patch_vertices) getTCCode() argument 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 [all...] |
H A D | esextcTessellationShaderUtils.cpp | 358 std::string TessellationShaderUtils::getGenericTCCode(unsigned int n_patch_vertices, in getGenericTCCode() argument 410 n_patch_vertices_sstream << n_patch_vertices; in getGenericTCCode() local 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 | 4103 glw::GLint n_patch_vertices = 0; in iterate() local
|
Completed in 12 milliseconds