Searched refs:tcc_rb_non_coherent (Results 1 – 7 of 7) sorted by relevance
143 bool tcc_rb_non_coherent; /* whether L2 inv is needed for render->texture transitions */ member
979 info->tcc_rb_non_coherent = !util_is_power_of_two_or_zero(info->num_tcc_blocks); in ac_query_gpu_info()1501 fprintf(f, " tcc_rb_non_coherent = %u\n", info->tcc_rb_non_coherent); in ac_print_gpu_info()
1795 if (sctx->screen->info.tcc_rb_non_coherent) in si_make_CB_shader_coherent()1820 if (sctx->screen->info.tcc_rb_non_coherent) in si_make_DB_shader_coherent()
203 if (sctx->gfx_level >= GFX10 && sctx->screen->info.tcc_rb_non_coherent) { in si_launch_grid_internal()
5362 sctx->screen->info.tcc_rb_non_coherent) in si_memory_barrier()
1521 return !device->physical_device->rad_info.tcc_rb_non_coherent && in radv_image_is_l2_coherent()
4297 !device->physical_device->rad_info.tcc_rb_non_coherent); in can_skip_buffer_l2_flushes()