mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-15 19:00:05 +00:00
ff272a9820
Validation for OpPtrAccessChain is similar to OpAccessChain with the following difference: OpPtrAccessChain takes an extra argument (word 4) which is the Element <id> argument. Validation for OpInBoundsPtrAccessChain is also similar to OpPtrAccessChain. Also added tests for all access chain instructions: Modified the existing parameterized tests to accommodate OpPtrAccessChain and OpInBoundsPtrAccessChain. Also fixed a typo in previous commits. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
val_capability_test.cpp | ||
val_cfg_test.cpp | ||
val_data_test.cpp | ||
val_fixtures.cpp | ||
val_fixtures.h | ||
val_id_test.cpp | ||
val_layout_test.cpp | ||
val_limits_test.cpp | ||
val_ssa_test.cpp | ||
val_state_test.cpp | ||
val_storage_test.cpp |