Home
last modified time | relevance | path

Searched refs:tcc_harvested (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_gpu_info.h105 bool tcc_harvested; member
Dac_gpu_info.c562 info->tcc_harvested = device_info.tcc_disabled_mask != 0; in ac_query_gpu_info()
565 info->tcc_harvested = (info->vram_size / info->num_tcc_blocks) != 512 * 1024 * 1024; in ac_query_gpu_info()
915 fprintf(f, " tcc_harvested = %u\n", info->tcc_harvested); in ac_print_gpu_info()
/external/mesa3d/docs/relnotes/
D19.2.1.rst125 - ac: add radeon_info::tcc_harvested
D19.3.0.rst2394 - ac: add radeon_info::tcc_harvested
2507 - ac: get tcc_harvested from the kernel
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1716 if (sctx->screen->info.tcc_harvested) in si_make_CB_shader_coherent()
1741 if (sctx->screen->info.tcc_harvested) in si_make_DB_shader_coherent()