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:

committed by
Marge Bot

parent
93f2ae1205
commit
d5b7d629d7
@@ -246,6 +246,7 @@ enum agx_convert {
|
|||||||
|
|
||||||
enum agx_lod_mode {
|
enum agx_lod_mode {
|
||||||
AGX_LOD_MODE_AUTO_LOD = 0,
|
AGX_LOD_MODE_AUTO_LOD = 0,
|
||||||
|
AGX_LOD_MODE_AUTO_LOD_BIAS = 5,
|
||||||
AGX_LOD_MODE_LOD_MIN = 6,
|
AGX_LOD_MODE_LOD_MIN = 6,
|
||||||
AGX_LOD_GRAD = 8,
|
AGX_LOD_GRAD = 8,
|
||||||
AGX_LOD_GRAD_MIN = 12
|
AGX_LOD_GRAD_MIN = 12
|
||||||
|
Reference in New Issue
Block a user