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.c83 unsigned num_tcs_patch_outputs; in si_emit_derived_tess_state() local
123 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()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4513 unsigned num_tcs_patch_outputs; in evergreen_setup_tess_constants() local
4547 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()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c153 uint32_t num_tcs_patch_outputs = ctx->args->shader_info->tcs.num_linked_patch_outputs; in get_tcs_out_patch_stride() local
156 uint32_t output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16; in get_tcs_out_patch_stride()