Searched refs:num_tcs_patch_outputs (Results 1 – 2 of 2) sorted by relevance
4610 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local4644 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask); in evergreen_setup_tess_constants()4648 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in evergreen_setup_tess_constants()4658 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in evergreen_setup_tess_constants()
4688 unsigned num_tcs_patch_outputs = util_last_bit64(tcs->info.patch_outputs_written); in si_update_tess_io_layout_state() local4696 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_update_tess_io_layout_state()