Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_gpu_info.h66 bool has_distributed_tess; member
Dac_gpu_info.c619 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c169 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()
Dsi_state_shaders.c374 if (sscreen->info.has_distributed_tess) { in si_set_tesseval_regs()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1426 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()
/external/mesa3d/docs/relnotes/
D19.3.0.rst3054 - ac: add has_distributed_tess to ac_gpu_info