Searched refs:has_distributed_tess (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_gpu_info.h66 bool has_distributed_tess; member in struct:radeon_info
H A Dac_gpu_info.c851 info->has_distributed_tess =
1158 fprintf(f, " has_distributed_tess = %u\n", info->has_distributed_tess);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c177 if (!sctx->screen->has_distributed_tess && sctx->screen->info.max_se > 1)
353 if (sscreen->has_distributed_tess) {
H A Dsi_pipe.c1067 sscreen->has_distributed_tess =
H A Dsi_pipe.h466 bool has_distributed_tess; member in struct:si_screen
H A Dsi_state_shaders.c390 if (sscreen->has_distributed_tess) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp611 if (!sctx->screen->info.has_distributed_tess && sctx->screen->info.max_se > 1)
815 if (sscreen->info.has_distributed_tess) {
H A Dsi_state_shaders.c425 if (sscreen->info.has_distributed_tess) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h685 bool has_distributed_tess; member in struct:radv_device
H A Dradv_pipeline.c1711 if (pipeline->device->has_distributed_tess) {
3574 if (device->has_distributed_tess) {
H A Dradv_device.c1891 device->has_distributed_tess =
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c1431 if (device->physical_device->rad_info.has_distributed_tess) {
4787 if (pipeline->device->physical_device->rad_info.has_distributed_tess) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst3054 - ac: add has_distributed_tess to ac_gpu_info

Completed in 100 milliseconds