iris: Make helper functions to turn iris shader keys into brw keys.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 22 Dec 2019 23:33:17 +0000 (15:33 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 23 Dec 2019 00:18:30 +0000 (16:18 -0800)
commit1ef4514c5bee5568140569573140e6791abef485
tree57cbdcb04ae34b5b34241aa015484e48007d36b5
parent2d971cc1cafbe4396a890f60764ce532b4872c30
iris: Make helper functions to turn iris shader keys into brw keys.

We'll need to use these in recompile debugging in the next commit.

Fixes: 2e654db27a1 ("iris: Create smaller program keys without legacy features")
src/gallium/drivers/iris/iris_program.c