v3d: use more an auxiliar devinfo
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 22 May 2023 21:39:10 +0000 (23:39 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 23 May 2023 10:44:05 +0000 (10:44 +0000)
commitb7c35f59986f8bd15d197bf3e269706ec6c31830
tree89c75565646d422f6199f6519f6f61768f7621c0
parenta5c8be30d1a72f2c7224817a47f697e49b773160
v3d: use more an auxiliar devinfo

Improve readability by using an auxiliar
        struct v3d_device_info *devinfo = &screen->devinfo;

this was triggered by the use of the v3d_X macro, where just having a
devinfo makes is more friendly. As we are here, we used it on other
places of the code.

Acked-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23172>
src/gallium/drivers/v3d/v3d_blit.c
src/gallium/drivers/v3d/v3d_context.c
src/gallium/drivers/v3d/v3d_job.c