diff options
Diffstat (limited to 'src/panfrost/include')
-rw-r--r-- | src/panfrost/include/panfrost-job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 1f9fbafbe08..7766a00ca2c 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -531,8 +531,8 @@ struct bifrost_blend_rt { struct mali_shader_meta { mali_ptr shader; - u16 texture_count; u16 sampler_count; + u16 texture_count; u16 attribute_count; u16 varying_count; |