Searched refs:num_tcs_patch_outputs (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c86 unsigned num_tcs_patch_outputs; local in function:si_emit_derived_tess_state
129 num_tcs_patch_outputs = util_last_bit64(tcs->patch_outputs_written);
134 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */
143 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp552 unsigned num_tcs_output_cp, num_tcs_outputs, num_tcs_patch_outputs; local in function:si_emit_derived_tess_state
557 num_tcs_patch_outputs = util_last_bit64(tcs->patch_outputs_written);
562 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */
577 unsigned output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c243 uint32_t num_tcs_patch_outputs = util_last_bit64(ctx->shader_info->info.tcs.patch_outputs_written); local in function:get_tcs_num_patches
246 uint32_t output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
289 unsigned num_tcs_outputs, num_tcs_patch_outputs; local in function:calculate_tess_lds_size
299 num_tcs_patch_outputs = util_last_bit64(ctx->shader_info->info.tcs.patch_outputs_written);
307 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
351 uint32_t num_tcs_patch_outputs = util_last_bit64(ctx->shader_info->info.tcs.patch_outputs_written); local in function:get_tcs_out_patch_stride
354 uint32_t output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4505 unsigned num_tcs_patch_outputs; local in function:evergreen_setup_tess_constants
4539 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask);
4543 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */
4553 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c4538 unsigned num_tcs_patch_outputs; local in function:evergreen_setup_tess_constants
4572 num_tcs_patch_outputs = util_last_bit64(tcs->lds_patch_outputs_written_mask);
4576 num_tcs_patch_outputs = 2; /* TESSINNER + TESSOUTER */
4586 output_patch_size = pervertex_output_patch_size + num_tcs_patch_outputs * 16;

Completed in 24 milliseconds