Allow using FPRoundingMode when see VK_KHR_16bit_storage
authorLei Zhang <antiagainst@google.com>
Wed, 1 Mar 2017 20:51:44 +0000 (15:51 -0500)
committerDavid Neto <dneto@google.com>
Wed, 1 Mar 2017 23:25:28 +0000 (18:25 -0500)
commit40be4bdd34a0fce1dfcc97f571704e7980d09a36
tree632ac7bcdbb56ee69f6bf14f95e81c5d415219b3
parent94d94e1f4afc57d2ef7f0062205323ce5263afd9
Allow using FPRoundingMode when see VK_KHR_16bit_storage

According to the extension, FPRoundingMode should be allowed to
use without requiring Kernel capability when VK_KHR_16bit_storage
is enabled.
source/val/validation_state.cpp
source/val/validation_state.h
source/validate_instruction.cpp
test/val/val_data_test.cpp