From 95ba661b4988c86447f952b11e262872c3e46a3a Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 13:01:17 -0500 Subject: [PATCH] panfrost; Update comment about work/uniform_count Signed-off-by: Alyssa Rosenzweig --- src/panfrost/include/panfrost-job.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index abdd804f1ce..385305da5cf 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -522,9 +522,7 @@ struct mali_shader_meta { unsigned uniform_buffer_count : 4; unsigned flags : 12; - /* Whole number of uniform registers used, times two; - * whole number of work registers used (no scale). - */ + /* vec4 units */ unsigned work_count : 5; unsigned uniform_count : 5; unsigned unknown2 : 6; -- 2.30.2