anv: Remove unused field `urb.total_size`
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 27 Feb 2020 19:02:17 +0000 (11:02 -0800)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 27 Feb 2020 22:45:10 +0000 (14:45 -0800)
commitdab7a4d82c1a490c93da3c19d34097732ae8a15c
tree1d77d92ce087b63ba7c1404913302db9a105e765
parent0bb25e4713f8d7e1eb58c071d98b081afed9f3dc
anv: Remove unused field `urb.total_size`

This was used before the URB calculation functions were shared by GL
and Vulkan.  Also drop the substruct for the remaining, `l3_config` is
a good name on its own.

Also-written-by: Jason Ekstrand <jason@jlekstrand.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3981>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3981>
src/intel/vulkan/anv_pipeline.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_cmd_buffer.c
src/intel/vulkan/genX_pipeline.c