Home
last modified time | relevance | path

Searched refs:num_tcs_patch_outputs (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4533 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local
4567 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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp658 unsigned num_tcs_patch_outputs = util_last_bit64(tcs->info.patch_outputs_written); in si_emit_derived_tess_state() local
672 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in si_emit_derived_tess_state()