anv: Identify code paths specific to graphics primitive pipeline
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 8 Jul 2021 21:47:08 +0000 (14:47 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 4 Oct 2021 18:55:56 +0000 (18:55 +0000)
commit1a20cfb7d6a34c5da2709b07eeaba39a8d834b3d
treeab7552a6cdc836e9e3ab682773347fcb57f4cfbd
parenta63aa9ad41b3dbb9196b6aa6c050e2388453e4f3
anv: Identify code paths specific to graphics primitive pipeline

In preparation for adding support for the graphics mesh pipeline,
identify all the paths that are specific the primitive pipeline.

This shouldn't change any behavior since the code currently only
supports the primitive pipeline.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13047>
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