Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h117 bool tcc_rb_non_coherent; /* whether L2 inv is needed for render->texture transitions */ member
Dac_gpu_info.c767 info->tcc_rb_non_coherent = !util_is_power_of_two_or_zero(info->num_tcc_blocks); in ac_query_gpu_info()
1195 fprintf(f, " tcc_rb_non_coherent = %u\n", info->tcc_rb_non_coherent); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1743 if (sctx->screen->info.tcc_rb_non_coherent) in si_make_CB_shader_coherent()
1768 if (sctx->screen->info.tcc_rb_non_coherent) in si_make_DB_shader_coherent()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1409 return !device->physical_device->rad_info.tcc_rb_non_coherent && in radv_image_is_l2_coherent()
Dradv_cmd_buffer.c3761 !device->physical_device->rad_info.tcc_rb_non_coherent); in can_skip_buffer_l2_flushes()