Searched refs:num_tcs_patch_outputs (Results 1 – 3 of 3) sorted by relevance
83 unsigned num_tcs_patch_outputs; in si_emit_derived_tess_state() local123 num_tcs_patch_outputs = util_last_bit64(tcs->patch_outputs_written); in si_emit_derived_tess_state()128 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in si_emit_derived_tess_state()137 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_emit_derived_tess_state()
4513 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local4547 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask); in evergreen_setup_tess_constants()4551 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */ in evergreen_setup_tess_constants()4561 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in evergreen_setup_tess_constants()
153 uint32_t num_tcs_patch_outputs = ctx->args->shader_info->tcs.num_linked_patch_outputs; in get_tcs_out_patch_stride() local156 uint32_t output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in get_tcs_out_patch_stride()