Home
last modified time | relevance | path

Searched refs:has_distributed_tess (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h92 bool has_distributed_tess; member
Dac_gpu_info.c1053 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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp706 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()
Dsi_state_shaders.cpp563 if (sscreen->info.has_distributed_tess) { in si_set_tesseval_regs()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1441 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()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst3054 - ac: add has_distributed_tess to ac_gpu_info