v3d: Add pack header support for f187 values.
V3D only has one of these (the top 16 bits of a float32) left in its CLs, but VC4 had many more. This gets us proper pretty-printing of the values instead of a large uint.
This commit is contained in:
@@ -99,6 +99,7 @@ struct v3d_type {
|
||||
V3D_TYPE_UINT,
|
||||
V3D_TYPE_BOOL,
|
||||
V3D_TYPE_FLOAT,
|
||||
V3D_TYPE_F187,
|
||||
V3D_TYPE_ADDRESS,
|
||||
V3D_TYPE_OFFSET,
|
||||
V3D_TYPE_STRUCT,
|
||||
|
||||
Reference in New Issue
Block a user