mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
amd/registers: remove confusing definitions from gfx10-rsrc.json
this will never be used and shouldn't have been added Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21041>
This commit is contained in:
parent
1d8d223f08
commit
35a18134a3
1 changed files with 3 additions and 6 deletions
|
|
@ -486,8 +486,6 @@
|
|||
"SQ_IMG_SAMP_WORD2": {
|
||||
"fields": [
|
||||
{"bits": [0, 13], "name": "LOD_BIAS"},
|
||||
{"bits": [0, 11], "comment": "if DERIV_ADJUST_EN == 1", "name": "BORDER_COLOR_PTR"},
|
||||
{"bits": [12, 13], "comment": "if DERIV_ADJUST_EN == 1", "name": "BORDER_COLOR_TYPE"},
|
||||
{"bits": [14, 19], "name": "LOD_BIAS_SEC"},
|
||||
{"bits": [20, 21], "name": "XY_MAG_FILTER"},
|
||||
{"bits": [22, 23], "name": "XY_MIN_FILTER"},
|
||||
|
|
@ -495,14 +493,13 @@
|
|||
{"bits": [26, 27], "name": "MIP_FILTER"},
|
||||
{"bits": [28, 28], "name": "MIP_POINT_PRECLAMP"},
|
||||
{"bits": [29, 29], "name": "ANISO_OVERRIDE"},
|
||||
{"bits": [30, 30], "name": "BLEND_ZERO_PRT"},
|
||||
{"bits": [31, 31], "name": "DERIV_ADJUST_EN"}
|
||||
{"bits": [30, 30], "name": "BLEND_ZERO_PRT"}
|
||||
]
|
||||
},
|
||||
"SQ_IMG_SAMP_WORD3": {
|
||||
"fields": [
|
||||
{"bits": [0, 11], "comment": "if DERIV_ADJUST_EN == 0", "name": "BORDER_COLOR_PTR"},
|
||||
{"bits": [30, 31], "comment": "if DERIV_ADJUST_EN == 0", "name": "BORDER_COLOR_TYPE"}
|
||||
{"bits": [0, 11], "name": "BORDER_COLOR_PTR"},
|
||||
{"bits": [30, 31], "name": "BORDER_COLOR_TYPE"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue