Add assembler test for OpEnqueueKernel.
authorDavid Neto <dneto@google.com>
Wed, 30 Sep 2015 15:44:34 +0000 (11:44 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commitff5dce48a17d4b1b27f0edc9300418a96d01d143
tree8648129fa30fd317165dbf0b7bad2f51d0956ffe
parent114206e0bc9686af69f9459fd2e9c9db99c4b39c
Add assembler test for OpEnqueueKernel.

Adds a form of spvtest::MakeInstruction which takes two vectors
of operands.  That leads to simpler test code.
We can clean up some other test code, in another CL.
CMakeLists.txt
test/TextToBinary.DeviceSideEnqueue.cpp [new file with mode: 0644]
test/UnitSPIRV.h