mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
r300: missing whitespace in shader stats
Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29734>
This commit is contained in:
parent
4bf330471b
commit
5f68ba505b
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ static void print_stats(struct radeon_compiler * c)
|
|||
* have the same set.
|
||||
*/
|
||||
util_debug_message(c->debug, SHADER_INFO,
|
||||
"%s shader: %u inst, %u vinst, %u sinst, %u predicate, %u flowcontrol,"
|
||||
"%s shader: %u inst, %u vinst, %u sinst, %u predicate, %u flowcontrol, "
|
||||
"%u loops, %u tex, %u presub, %u omod, %u temps, %u consts, %u lits, %u cycles",
|
||||
c->type == RC_VERTEX_PROGRAM ? "VS" : "FS",
|
||||
s.num_insts, s.num_rgb_insts, s.num_alpha_insts, s.num_pred_insts,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue