Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c112 unsigned num_tcs_patch_outputs; in si_emit_derived_tess_state() local
155 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()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1380 unsigned num_tcs_patch_outputs; in calculate_tess_state() local
1394num_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()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4369 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local
4403 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()