freedreno/ir3: Add comments about shader key/gen

I had forgotton on which gens these where used on (which is important if
you need to know which shader stages use these).. expand the comments a
bit.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9394>
This commit is contained in:
Rob Clark
2021-03-03 10:24:17 -08:00
committed by Marge Bot
parent bc02fc4823
commit 1611693977
+2 -2
View File
@@ -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;
};