SPIRV-Tools/source/val
David Neto 30a9cefa1d Support SPV_KHR_8bit_storage
- Add asm/dis test for SPV_KHR_8bit_storage
- validator: SPV_KHR_8bit_storage capabilities enable declaration of 8bit int

TODO:
- validator: ban arithmetic on 8bit unless Int8 is enabled
  Covered by https://github.com/KhronosGroup/SPIRV-Tools/issues/1595
2018-07-03 15:53:19 -04:00
..
basic_block.cpp Produce better error diagnostics in the CFG validation. (#1660) 2018-07-03 15:06:54 -04:00
basic_block.h Produce better error diagnostics in the CFG validation. (#1660) 2018-07-03 15:06:54 -04:00
construct.cpp Check for invalid branches into construct body. 2018-06-11 19:23:44 -04:00
construct.h Check for invalid branches into construct body. 2018-06-11 19:23:44 -04:00
decoration.h Add Vulkan validation rules for BuiltIn variables 2018-03-23 14:02:42 -04:00
function.cpp Fixes compile errors generated with -Wpedantic 2018-03-22 09:40:11 -04:00
function.h Add barrier instructions validation pass 2018-02-05 13:14:55 -05:00
instruction.cpp [val] Add extra context to error messages. (#1600) 2018-06-19 16:02:44 -04:00
instruction.h [val] Add extra context to error messages. (#1600) 2018-06-19 16:02:44 -04:00
validation_state.cpp Support SPV_KHR_8bit_storage 2018-07-03 15:53:19 -04:00
validation_state.h Support SPV_KHR_8bit_storage 2018-07-03 15:53:19 -04:00