aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-12-27 13:01:17 -0500
committerAlyssa Rosenzweig <[email protected]>2019-12-27 13:01:17 -0500
commit95ba661b4988c86447f952b11e262872c3e46a3a (patch)
tree421cd792b47681a879be7179db7fec7fa0aa1612 /src/panfrost
parentde077c20788e9cccd0efe5765bbafe2cf881eb5c (diff)
panfrost; Update comment about work/uniform_count
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost')
-rw-r--r--src/panfrost/include/panfrost-job.h4
1 files changed, 1 insertions, 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;