Add a test for 8- and 16-bit construction.

This commit is contained in:
Andreas Flöjt
2019-11-14 14:41:52 +01:00
parent 1b93de4f1d
commit cb563e68d2
4 changed files with 107 additions and 1 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",