diff --git a/src/freedreno/ir3/ir3_shader.h b/src/freedreno/ir3/ir3_shader.h index 06d8e643e07..3fbcc8d5e88 100644 --- a/src/freedreno/ir3/ir3_shader.h +++ b/src/freedreno/ir3/ir3_shader.h @@ -325,10 +325,10 @@ struct ir3_shader_key { uint32_t global; }; - /* bitmask of ms shifts */ + /* bitmask of ms shifts (a3xx) */ uint32_t vsamples, fsamples; - /* bitmask of samplers which need astc srgb workaround: */ + /* bitmask of samplers which need astc srgb workaround (a4xx+a5xx): */ uint16_t vastc_srgb, fastc_srgb; };