Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c5356 const unsigned rb_count = pdevice->rad_info.max_render_backends; in radv_gfx10_compute_bin_size() local
5357 const unsigned pipe_count = MAX2(rb_count, pdevice->rad_info.num_tcc_blocks); in radv_gfx10_compute_bin_size()
5359 const unsigned db_tag_part = (db_tag_count * rb_count / pipe_count) * db_tag_size * pipe_count; in radv_gfx10_compute_bin_size()
5361 (color_tag_count * rb_count / pipe_count) * color_tag_size * pipe_count; in radv_gfx10_compute_bin_size()
5363 (fmask_tag_count * rb_count / pipe_count) * fmask_tag_size * pipe_count; in radv_gfx10_compute_bin_size()

Completed in 11 milliseconds