anv: convert C generation to template in anv_entrypoints_gen.py
authorDylan Baker <dylan@pnwbakers.com>
Sat, 18 Feb 2017 00:54:27 +0000 (16:54 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 22 Mar 2017 23:22:00 +0000 (16:22 -0700)
commita2a2bad2e263a927ceb22b5b84cf00b15cb504db
tree08d16860a83aee8ae8c6ff2add92f8f4ec3d1c60
parent0d8e22c5e4a502f6e0ed08e20d51cd37e679a5c2
anv: convert C generation to template in anv_entrypoints_gen.py

This produces a file that is identical except for whitespace, there is a
table that has 8 columns in the original and is easy to do with prints,
but is ugly using mako, so it doesn't have columns; the data is not
inherently tabular.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
src/intel/vulkan/anv_entrypoints_gen.py