Add ExtInst validation pass (GLSL only for now)
authorAndrey Tuganov <andreyt@google.com>
Wed, 13 Dec 2017 16:56:09 +0000 (11:56 -0500)
committerDavid Neto <dneto@google.com>
Tue, 2 Jan 2018 21:53:25 +0000 (16:53 -0500)
commit25d396b4a29fd9bd09478c8045ec4d72af0d4ca9
tree89ccd0cc270a0232459bf51a1d7e58d9e670a08c
parent226f263cbcb03eeb78739dd918be8b03fd24e460
Add ExtInst validation pass (GLSL only for now)

Validates all GLSL.std.450 extended instructions.
Android.mk
source/CMakeLists.txt
source/validate.cpp
source/validate.h
source/validate_ext_inst.cpp [new file with mode: 0644]
test/val/CMakeLists.txt
test/val/val_ext_inst_test.cpp [new file with mode: 0644]