mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 08:20:12 +01:00
tu/perfetto: s/MRTs/attachment_count/ in traces.
MRTs usually means >1 color buffers, so seeing "2" is surprising when you're expecing just color and depth. Makes the output look more Vulkan. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22278>
This commit is contained in:
parent
947f5d4d7a
commit
f3e8aeb2e9
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ begin_end_tp('render_pass',
|
|||
ArgStruct(type='const struct tu_tiling_config *', var='tiling')],
|
||||
tp_struct=[Arg(type='uint16_t', name='width', var='fb->width', c_format='%u'),
|
||||
Arg(type='uint16_t', name='height', var='fb->height', c_format='%u'),
|
||||
Arg(type='uint8_t', name='MRTs', var='fb->attachment_count', c_format='%u'),
|
||||
Arg(type='uint8_t', name='attachment_count', var='fb->attachment_count', c_format='%u'),
|
||||
# Arg(type='uint8_t', name='samples', var='fb->samples', c_format='%u'),
|
||||
Arg(type='uint16_t', name='numberOfBins', var='tiling->tile_count.width * tiling->tile_count.height', c_format='%u'),
|
||||
Arg(type='uint16_t', name='binWidth', var='tiling->tile0.width', c_format='%u'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue