mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 20:30:34 +01:00
amd: correct typos in gfx10-rsrc.json
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7264>
This commit is contained in:
parent
19e32793b6
commit
e477255271
1 changed files with 6 additions and 6 deletions
|
|
@ -174,7 +174,7 @@
|
|||
{"name": "SQ_EXP_PARAM", "value": 32}
|
||||
]
|
||||
},
|
||||
"SQ_IMG_RSRC_WORD4__BC_SWIZZLE": {
|
||||
"SQ_IMG_RSRC_WORD3__BC_SWIZZLE": {
|
||||
"entries": [
|
||||
{"name": "BC_SWIZZLE_XYZW", "value": 0},
|
||||
{"name": "BC_SWIZZLE_XWYZ", "value": 1},
|
||||
|
|
@ -335,8 +335,8 @@
|
|||
},
|
||||
"SQ_IMG_RSRC_WORD2": {
|
||||
"fields": [
|
||||
{"bits": [0, 13], "name": "WIDTH_HI"},
|
||||
{"bits": [14, 29], "name": "HEIGHT"},
|
||||
{"bits": [0, 11], "name": "WIDTH_HI"},
|
||||
{"bits": [14, 27], "name": "HEIGHT"},
|
||||
{"bits": [31, 31], "comment": "must be 1", "name": "RESOURCE_LEVEL"}
|
||||
]
|
||||
},
|
||||
|
|
@ -349,14 +349,14 @@
|
|||
{"bits": [12, 15], "name": "BASE_LEVEL"},
|
||||
{"bits": [16, 19], "name": "LAST_LEVEL"},
|
||||
{"bits": [20, 24], "name": "SW_MODE"},
|
||||
{"bits": [25, 27], "enum_ref": "SQ_IMG_RSRC_WORD4__BC_SWIZZLE", "name": "BC_SWIZZLE"},
|
||||
{"bits": [25, 27], "enum_ref": "SQ_IMG_RSRC_WORD3__BC_SWIZZLE", "name": "BC_SWIZZLE"},
|
||||
{"bits": [28, 31], "name": "TYPE"}
|
||||
]
|
||||
},
|
||||
"SQ_IMG_RSRC_WORD4": {
|
||||
"fields": [
|
||||
{"bits": [0, 15], "name": "DEPTH"},
|
||||
{"bits": [16, 31], "name": "BASE_ARRAY"}
|
||||
{"bits": [0, 12], "name": "DEPTH"},
|
||||
{"bits": [16, 28], "name": "BASE_ARRAY"}
|
||||
]
|
||||
},
|
||||
"SQ_IMG_RSRC_WORD5": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue