Searched refs:hs_info (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c674 shader_info *hs_info = &hs->shader->nir->info; local in function:setup_stateobj
676 OUT_RING(ring, hs_info->tess.tcs_vertices_out);
682 hs_info->tess.tcs_vertices_out));
691 hs_info->tess.tcs_vertices_out * vs->output_size / 4;
699 const uint32_t patch_control_points = hs_info->tess.tcs_vertices_out;
702 * should be by MAX2(patch_control_points, hs_info->tess.tcs_vertices_out)
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1138 shader_info *hs_info = &hs->shader->nir->info; local in function:tu6_emit_vpc
1141 tu_cs_emit(cs, hs_info->tess.tcs_vertices_out);
1151 * should be by MAX2(patch_control_points, hs_info->tess.tcs_vertices_out)
1154 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out;

Completed in 56 milliseconds