vc4: Refuse to merge two ops that both access shared functions.
authorEric Anholt <eric@anholt.net>
Wed, 3 Dec 2014 00:23:40 +0000 (16:23 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 5 Dec 2014 18:43:14 +0000 (10:43 -0800)
commitbd4057a5d74fd12222801c55ee98346af9c1095d
treeae385eb79977ee52da125022b1fe5656efdca32a
parentdadc32ac8072cf78b405d1b54414e1f020b0de41
vc4: Refuse to merge two ops that both access shared functions.

Avoids assertion failures in vc4_qpu_validate.c if we happen to find the
right set of operations available.
src/gallium/drivers/vc4/vc4_qpu.c
src/gallium/drivers/vc4/vc4_qpu.h
src/gallium/drivers/vc4/vc4_qpu_validate.c