Searched refs:has_distributed_tess (Results 1 – 6 of 6) sorted by relevance
66 bool has_distributed_tess; member
619 info->has_distributed_tess = in ac_query_gpu_info()882 fprintf(f, " has_distributed_tess = %u\n", info->has_distributed_tess); in ac_print_gpu_info()
169 if (!sctx->screen->info.has_distributed_tess && sctx->screen->info.max_se > 1) in si_emit_derived_tess_state()346 if (sscreen->info.has_distributed_tess) { in si_get_init_multi_vgt_param()
374 if (sscreen->info.has_distributed_tess) { in si_set_tesseval_regs()
1426 if (device->physical_device->rad_info.has_distributed_tess) { in radv_compute_ia_multi_vgt_param_helpers()4573 if (pipeline->device->physical_device->rad_info.has_distributed_tess) { in radv_pipeline_generate_tess_state()
3054 - ac: add has_distributed_tess to ac_gpu_info