Home
last modified time | relevance | path

Searched refs:input_control_points (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp338 get_patch_count_threshold(int input_control_points) in get_patch_count_threshold() argument
340 if (input_control_points <= 4) in get_patch_count_threshold()
342 else if (input_control_points <= 6) in get_patch_count_threshold()
344 else if (input_control_points <= 8) in get_patch_count_threshold()
346 else if (input_control_points <= 10) in get_patch_count_threshold()
348 else if (input_control_points <= 14) in get_patch_count_threshold()