mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
v3d/devinfo: unify comment style
Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29535>
This commit is contained in:
parent
bb15ecfc0b
commit
b0f3923d8a
1 changed files with 2 additions and 2 deletions
|
|
@ -46,10 +46,10 @@ struct v3d_device_info {
|
|||
/** Size of the VPM, in bytes. */
|
||||
int vpm_size;
|
||||
|
||||
/* NSLC * QUPS from the core's IDENT registers. */
|
||||
/** NSLC * QUPS from the core's IDENT registers. */
|
||||
int qpu_count;
|
||||
|
||||
/* If the hw has accumulator registers */
|
||||
/** If the hw has accumulator registers */
|
||||
bool has_accumulators;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue