agx: Add AUTO_LOD_BIAS mode

Automatic load with a bias.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14899>
This commit is contained in:
Alyssa Rosenzweig 2022-01-18 09:47:44 -05:00 committed by Marge Bot
parent 93f2ae1205
commit d5b7d629d7
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ enum agx_convert {
enum agx_lod_mode {
AGX_LOD_MODE_AUTO_LOD = 0,
AGX_LOD_MODE_AUTO_LOD_BIAS = 5,
AGX_LOD_MODE_LOD_MIN = 6,
AGX_LOD_GRAD = 8,
AGX_LOD_GRAD_MIN = 12