Searched refs:num_tcs_patch_outputs (Results 1 – 2 of 2) sorted by relevance
106 unsigned num_tcs_patch_outputs; in si_emit_derived_tess_state() local133 num_tcs_patch_outputs = util_last_bit64(tcs->patch_outputs_written); in si_emit_derived_tess_state()138 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in si_emit_derived_tess_state()147 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_emit_derived_tess_state()
3682 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local3717 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask); in evergreen_setup_tess_constants()3721 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in evergreen_setup_tess_constants()3731 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in evergreen_setup_tess_constants()