loader: Rename icd and physical device vars
authorMark Young <marky@lunarg.com>
Thu, 3 Nov 2016 20:27:13 +0000 (14:27 -0600)
committerMark Young <marky@lunarg.com>
Thu, 3 Nov 2016 22:07:21 +0000 (16:07 -0600)
commit9df25fd79d24280e2cd3e86e3d56ed135d807d70
tree70b27482bb61e379a46ca28f332144112957b240
parent7a6a52d7ea6962baae2bf8deb7884cc8c8439e69
loader: Rename icd and physical device vars

Clean up the names of the icd and physical device structs, lists, and
variables used throughout the loader.  Before, it was hard to tell where
the item was to be used appropriately.  Now, the names include a hint as
to where they are expected to be allocated, freed, and used.

Also, fixed a bug where we were using a trampoline item in a terminator
function, which caused issues.  Thanks to Piers @ Nvidia for discovering
this.

Change-Id: If98628a5496e9f645eff94b73e80ae7f8408f7b4
loader/debug_report.c
loader/extensions.c
loader/loader.c
loader/loader.h
loader/table_ops.h
loader/trampoline.c
loader/wsi.c