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; diff --git a/src/panfrost/midgard/midgard.h b/src/panfrost/midgard/midgard.h index 04257a737bd..aa8b1793c99 100644 --- a/src/panfrost/midgard/midgard.h +++ b/src/panfrost/midgard/midgard.h @@ -652,8 +652,8 @@ __attribute__((__packed__)) unsigned bias : 8; signed bias_int : 8; - unsigned texture_handle : 16; unsigned sampler_handle : 16; + unsigned texture_handle : 16; } midgard_texture_word;