Home
last modified time | relevance | path

Searched refs:is_point_mode (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp305 static glw::GLenum getTFModeForPrimitiveMode(_tessellation_primitive_mode primitive_mode, bool is_point_mode);
H A DesextcTessellationShaderUtils.cpp1167 * @param is_point_mode true if tessellation is run in point_mode mode, false otherwise.
1172 bool is_point_mode) in getTFModeForPrimitiveMode()
1176 if (is_point_mode) in getTFModeForPrimitiveMode()
1171 getTFModeForPrimitiveMode(_tessellation_primitive_mode primitive_mode, bool is_point_mode) getTFModeForPrimitiveMode() argument
H A DesextcTessellationShaderInvariance.cpp547 bool is_point_mode = false; in iterate() local
552 getIterationProperties(n_iteration, inner_tess_levels, outer_tess_levels, &is_point_mode, &primitive_mode, in iterate()
592 glw::GLenum tf_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(primitive_mode, is_point_mode); in iterate()
618 if (is_point_mode) in iterate()

Completed in 7 milliseconds