agx: Fix LOD_MIN enum

Fixes: 2470a080d2 ("agx: Stub NIR backend compiler")
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
This commit is contained in:
Alyssa Rosenzweig 2021-07-04 23:24:37 -04:00 committed by Marge Bot
parent c99dfe6a0c
commit e847bffbcc

View file

@ -232,7 +232,7 @@ enum agx_convert {
enum agx_lod_mode {
AGX_LOD_MODE_AUTO_LOD = 0,
AGX_LOD_MODE_LOD_MIN = 3,
AGX_LOD_MODE_LOD_MIN = 6,
AGX_LOD_GRAD = 8,
AGX_LOD_GRAD_MIN = 12
};