Searched refs:num_tcs_patch_outputs (Results 1 – 2 of 2) sorted by relevance
4533 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local4567 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask); in evergreen_setup_tess_constants()4571 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in evergreen_setup_tess_constants()4581 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in evergreen_setup_tess_constants()
658 unsigned num_tcs_patch_outputs = util_last_bit64(tcs->info.patch_outputs_written); in si_emit_derived_tess_state() local672 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_emit_derived_tess_state()