Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compile_tcs.cpp28 get_patch_count_threshold(int input_control_points) in get_patch_count_threshold() argument
30 if (input_control_points <= 4) in get_patch_count_threshold()
32 else if (input_control_points <= 6) in get_patch_count_threshold()
34 else if (input_control_points <= 8) in get_patch_count_threshold()
36 else if (input_control_points <= 10) in get_patch_count_threshold()
38 else if (input_control_points <= 14) in get_patch_count_threshold()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_tcs.cpp335 get_patch_count_threshold(int input_control_points) in get_patch_count_threshold() argument
337 if (input_control_points <= 4) in get_patch_count_threshold()
339 else if (input_control_points <= 6) in get_patch_count_threshold()
341 else if (input_control_points <= 8) in get_patch_count_threshold()
343 else if (input_control_points <= 10) in get_patch_count_threshold()
345 else if (input_control_points <= 14) in get_patch_count_threshold()