Searched refs:has_distributed_tess (Results 1 – 6 of 6) sorted by relevance
92 bool has_distributed_tess; member
1053 info->has_distributed_tess = in ac_query_gpu_info()1463 fprintf(f, " has_distributed_tess = %u\n", info->has_distributed_tess); in ac_print_gpu_info()
706 if (!sctx->screen->info.has_distributed_tess && sctx->screen->info.max_se > 1) in si_emit_derived_tess_state()908 if (sscreen->info.has_distributed_tess) { in si_get_init_multi_vgt_param()
563 if (sscreen->info.has_distributed_tess) { in si_set_tesseval_regs()
1441 if (pdevice->rad_info.has_distributed_tess) { in radv_compute_ia_multi_vgt_param_helpers()6079 if (pdevice->rad_info.has_distributed_tess) { in radv_pipeline_emit_tess_state()
3054 - ac: add has_distributed_tess to ac_gpu_info