Files
third_party_spirv-tools/source
David Neto 0ca6b59bfd Refactor the binary parser.
The binary parser has a C API, described in binary.h.
Eventually we will make it public in libspirv.h.
The API is event-driven in the sense that a callback is called
when a valid header is parsed, and for each parsed instruction.

Classify some operand types as "concrete".  The binary parser uses
only concrete operand types to describe parsed instructions.

The old disassembler APIs are moved into disassemble.cpp

TODO: Add unit tests for spvBinaryParse.
2015-11-10 15:57:33 -05:00
..
2015-11-10 15:57:33 -05:00
2015-11-10 15:57:33 -05:00
2015-11-10 15:57:33 -05:00
2015-11-10 15:57:33 -05:00