mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-07-20 19:27:02 -04:00
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
This commit is contained in:
@@ -87,6 +87,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
{Extension::kSPV_GOOGLE_decorate_string, "SPV_GOOGLE_decorate_string"},
|
||||
{Extension::kSPV_GOOGLE_hlsl_functionality1,
|
||||
"SPV_GOOGLE_hlsl_functionality1"},
|
||||
{Extension::kSPV_KHR_8bit_storage, "SPV_KHR_8bit_storage"},
|
||||
})));
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(UnknownExtensions, UnknownExtensionTest,
|
||||
|
||||
Reference in New Issue
Block a user