Searched refs:num_tcs_patch_outputs (Results 1 – 3 of 3) sorted by relevance
112 unsigned num_tcs_patch_outputs; in si_emit_derived_tess_state() local155 num_tcs_patch_outputs = util_last_bit64(tcs->patch_outputs_written); in si_emit_derived_tess_state()160 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in si_emit_derived_tess_state()169 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_emit_derived_tess_state()
1380 unsigned num_tcs_patch_outputs; in calculate_tess_state() local1394 …num_tcs_patch_outputs = util_last_bit64(pipeline->shaders[MESA_SHADER_TESS_CTRL]->info.tcs.patch_o… in calculate_tess_state()1406 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in calculate_tess_state()
4369 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local4403 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask); in evergreen_setup_tess_constants()4407 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in evergreen_setup_tess_constants()4417 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in evergreen_setup_tess_constants()