Merge pull request #1972 from andflo-Arm/master

Fix construction issue for 8 and 16 bit types.
This commit is contained in:
John Kessenich
2019-11-22 21:38:36 -07:00
committed by GitHub
4 changed files with 147 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
//
// Copyright (C) 2016 Google, Inc.
// Copyright (C) 2019 ARM Limited.
//
// All rights reserved.
//
@@ -263,6 +264,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.8bitstorage_Error-uint.frag",
"spv.8bitstorage-ubo.vert",
"spv.8bitstorage-ssbo.vert",
"spv.8bit-16bit-construction.frag",
"spv.accessChain.frag",
"spv.aggOps.frag",
"spv.always-discard.frag",