aboutsummaryrefslogtreecommitdiff
path: root/src/shader_compiler_test.cc
blob: 5816d42aa0fe0a5d05b2f33a9eae3469ab45e0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
// Copyright 2018 The Amber Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#include "src/shader_compiler.h"

#include <algorithm>
#include <string>
#include <vector>

#include "gtest/gtest.h"
#include "src/shader_data.h"
#if AMBER_ENABLE_SHADERC
#include "shaderc/env.h"
#endif

namespace amber {
namespace {

const char kHexShader[] =
    R"(0x03 0x02 0x23 0x07 0x00 0x00 0x01 0x00 0x07 0x00 0x08 0x00
   0x15 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x11 0x00 0x02 0x00
   0x01 0x00 0x00 0x00 0x0b 0x00 0x06 0x00 0x01 0x00 0x00 0x00
   0x47 0x4c 0x53 0x4c 0x2e 0x73 0x74 0x64 0x2e 0x34 0x35 0x30
   0x00 0x00 0x00 0x00 0x0e 0x00 0x03 0x00 0x00 0x00 0x00 0x00
   0x01 0x00 0x00 0x00 0x0f 0x00 0x07 0x00 0x00 0x00 0x00 0x00
   0x04 0x00 0x00 0x00 0x6d 0x61 0x69 0x6e 0x00 0x00 0x00 0x00
   0x0d 0x00 0x00 0x00 0x11 0x00 0x00 0x00 0x03 0x00 0x03 0x00
   0x02 0x00 0x00 0x00 0xae 0x01 0x00 0x00 0x05 0x00 0x04 0x00
   0x04 0x00 0x00 0x00 0x6d 0x61 0x69 0x6e 0x00 0x00 0x00 0x00
   0x05 0x00 0x06 0x00 0x0b 0x00 0x00 0x00 0x67 0x6c 0x5f 0x50
   0x65 0x72 0x56 0x65 0x72 0x74 0x65 0x78 0x00 0x00 0x00 0x00
   0x06 0x00 0x06 0x00 0x0b 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   0x67 0x6c 0x5f 0x50 0x6f 0x73 0x69 0x74 0x69 0x6f 0x6e 0x00
   0x06 0x00 0x07 0x00 0x0b 0x00 0x00 0x00 0x01 0x00 0x00 0x00
   0x67 0x6c 0x5f 0x50 0x6f 0x69 0x6e 0x74 0x53 0x69 0x7a 0x65
   0x00 0x00 0x00 0x00 0x06 0x00 0x07 0x00 0x0b 0x00 0x00 0x00
   0x02 0x00 0x00 0x00 0x67 0x6c 0x5f 0x43 0x6c 0x69 0x70 0x44
   0x69 0x73 0x74 0x61 0x6e 0x63 0x65 0x00 0x05 0x00 0x03 0x00
   0x0d 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x05 0x00 0x05 0x00
   0x11 0x00 0x00 0x00 0x70 0x6f 0x73 0x69 0x74 0x69 0x6f 0x6e
   0x00 0x00 0x00 0x00 0x48 0x00 0x05 0x00 0x0b 0x00 0x00 0x00
   0x00 0x00 0x00 0x00 0x0b 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   0x48 0x00 0x05 0x00 0x0b 0x00 0x00 0x00 0x01 0x00 0x00 0x00
   0x0b 0x00 0x00 0x00 0x01 0x00 0x00 0x00 0x48 0x00 0x05 0x00
   0x0b 0x00 0x00 0x00 0x02 0x00 0x00 0x00 0x0b 0x00 0x00 0x00
   0x03 0x00 0x00 0x00 0x47 0x00 0x03 0x00 0x0b 0x00 0x00 0x00
   0x02 0x00 0x00 0x00 0x47 0x00 0x04 0x00 0x11 0x00 0x00 0x00
   0x1e 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x13 0x00 0x02 0x00
   0x02 0x00 0x00 0x00 0x21 0x00 0x03 0x00 0x03 0x00 0x00 0x00
   0x02 0x00 0x00 0x00 0x16 0x00 0x03 0x00 0x06 0x00 0x00 0x00
   0x20 0x00 0x00 0x00 0x17 0x00 0x04 0x00 0x07 0x00 0x00 0x00
   0x06 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x15 0x00 0x04 0x00
   0x08 0x00 0x00 0x00 0x20 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   0x2b 0x00 0x04 0x00 0x08 0x00 0x00 0x00 0x09 0x00 0x00 0x00
   0x01 0x00 0x00 0x00 0x1c 0x00 0x04 0x00 0x0a 0x00 0x00 0x00
   0x06 0x00 0x00 0x00 0x09 0x00 0x00 0x00 0x1e 0x00 0x05 0x00
   0x0b 0x00 0x00 0x00 0x07 0x00 0x00 0x00 0x06 0x00 0x00 0x00
   0x0a 0x00 0x00 0x00 0x20 0x00 0x04 0x00 0x0c 0x00 0x00 0x00
   0x03 0x00 0x00 0x00 0x0b 0x00 0x00 0x00 0x3b 0x00 0x04 0x00
   0x0c 0x00 0x00 0x00 0x0d 0x00 0x00 0x00 0x03 0x00 0x00 0x00
   0x15 0x00 0x04 0x00 0x0e 0x00 0x00 0x00 0x20 0x00 0x00 0x00
   0x01 0x00 0x00 0x00 0x2b 0x00 0x04 0x00 0x0e 0x00 0x00 0x00
   0x0f 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x20 0x00 0x04 0x00
   0x10 0x00 0x00 0x00 0x01 0x00 0x00 0x00 0x07 0x00 0x00 0x00
   0x3b 0x00 0x04 0x00 0x10 0x00 0x00 0x00 0x11 0x00 0x00 0x00
   0x01 0x00 0x00 0x00 0x20 0x00 0x04 0x00 0x13 0x00 0x00 0x00
   0x03 0x00 0x00 0x00 0x07 0x00 0x00 0x00 0x36 0x00 0x05 0x00
   0x02 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   0x03 0x00 0x00 0x00 0xf8 0x00 0x02 0x00 0x05 0x00 0x00 0x00
   0x3d 0x00 0x04 0x00 0x07 0x00 0x00 0x00 0x12 0x00 0x00 0x00
   0x11 0x00 0x00 0x00 0x41 0x00 0x05 0x00 0x13 0x00 0x00 0x00
   0x14 0x00 0x00 0x00 0x0d 0x00 0x00 0x00 0x0f 0x00 0x00 0x00
   0x3e 0x00 0x03 0x00 0x14 0x00 0x00 0x00 0x12 0x00 0x00 0x00
   0xfd 0x00 0x01 0x00 0x38 0x00 0x01 0x00)";

}  // namespace

using ShaderCompilerTest = testing::Test;

#if AMBER_ENABLE_SHADERC
TEST_F(ShaderCompilerTest, CompilesGlsl) {
  std::string contents = R"(
#version 420
layout(location = 0) in vec4 position;

void main() {
  gl_Position = position;
})";

  Shader shader(kShaderTypeVertex);
  shader.SetName("TestShader");
  shader.SetFormat(kShaderFormatGlsl);
  shader.SetData(contents);

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_TRUE(r.IsSuccess()) << r.Error();
  EXPECT_FALSE(binary.empty());
  EXPECT_EQ(0x07230203, binary[0]);  // Verify SPIR-V header present.
}
#endif  // AMBER_ENABLE_SHADERC

#if AMBER_ENABLE_SPIRV_TOOLS
TEST_F(ShaderCompilerTest, CompilesSpirvAsm) {
  Shader shader(kShaderTypeVertex);
  shader.SetName("TestShader");
  shader.SetFormat(kShaderFormatSpirvAsm);
  shader.SetData(kPassThroughShader);

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());
  EXPECT_FALSE(binary.empty());
  EXPECT_EQ(0x07230203, binary[0]);  // Verify SPIR-V header present.
}

TEST_F(ShaderCompilerTest, InvalidSpirvHex) {
  std::string contents = kHexShader;
  contents[3] = '0';

  Shader shader(kShaderTypeVertex);
  shader.SetName("BadTestShader");
  shader.SetFormat(kShaderFormatSpirvHex);
  shader.SetData(contents);

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_FALSE(r.IsSuccess());
  EXPECT_EQ("Invalid shader: error: line 0: Invalid SPIR-V magic number.\n",
            r.Error());
}

TEST_F(ShaderCompilerTest, InvalidHex) {
  Shader shader(kShaderTypeVertex);
  shader.SetName("BadTestShader");
  shader.SetFormat(kShaderFormatSpirvHex);
  shader.SetData("aaaaaaaaaa");

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_FALSE(r.IsSuccess());
  EXPECT_EQ("Invalid shader: error: line 0: Invalid SPIR-V magic number.\n",
            r.Error());
}

TEST_F(ShaderCompilerTest, OptimizeShader) {
  const std::string spirv = R"(
OpCapability Shader
OpExtension "SPV_KHR_storage_buffer_storage_class"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpDecorate %block Block
OpMemberDecorate %block 0 Offset 0
OpDecorate %in DescriptorSet 0
OpDecorate %in Binding 0
OpDecorate %out DescriptorSet 0
OpDecorate %out Binding 1
%void = OpTypeVoid
%int = OpTypeInt 32 0
%int_0 = OpConstant %int 0
%block = OpTypeStruct %int
%ptr_ssbo_block = OpTypePointer StorageBuffer %block
%ptr_ssbo_int = OpTypePointer StorageBuffer %int
%in = OpVariable %ptr_ssbo_block StorageBuffer
%out = OpVariable %ptr_ssbo_block StorageBuffer
%void_fn = OpTypeFunction %void
%main = OpFunction %void None %void_fn
%entry = OpLabel
%in_gep = OpAccessChain %ptr_ssbo_int %in %int_0
%ld = OpLoad %int %in_gep
%dead = OpIAdd %int %ld %int_0
%out_gep = OpAccessChain %ptr_ssbo_int %out %int_0
OpStore %out_gep %ld
OpReturn
OpFunctionEnd
)";

  Shader shader(kShaderTypeCompute);
  shader.SetName("TestShader");
  shader.SetFormat(kShaderFormatSpirvAsm);
  shader.SetData(spirv);

  Pipeline::ShaderInfo unoptimized(&shader, kShaderTypeCompute);
  Pipeline::ShaderInfo optimized(&shader, kShaderTypeCompute);
  optimized.SetShaderOptimizations({"--eliminate-dead-code-aggressive"});

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> unopt_binary;
  std::tie(r, unopt_binary) = sc.Compile(&unoptimized, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());

  std::vector<uint32_t> opt_binary;
  std::tie(r, opt_binary) = sc.Compile(&optimized, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());
  EXPECT_NE(opt_binary.size(), unopt_binary.size());
}
#endif  // AMBER_ENABLE_SPIRV_TOOLS

TEST_F(ShaderCompilerTest, CompilesSpirvHex) {
  Shader shader(kShaderTypeVertex);
  shader.SetName("TestShader");
  shader.SetFormat(kShaderFormatSpirvHex);
  shader.SetData(kHexShader);

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());
  EXPECT_FALSE(binary.empty());
  EXPECT_EQ(0x07230203, binary[0]);  // Verify SPIR-V header present.
}

TEST_F(ShaderCompilerTest, FailsOnInvalidShader) {
  std::string contents = "Just Random\nText()\nThat doesn't work.";

  Shader shader(kShaderTypeVertex);
  shader.SetName("BadTestShader");
  shader.SetFormat(kShaderFormatGlsl);
  shader.SetData(contents);

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_FALSE(r.IsSuccess());
}

TEST_F(ShaderCompilerTest, ReturnsCachedShader) {
  // This shader would normally fail, but because we pull it from the cache,
  // we don't compile this so the test will pass.
  std::string contents = "Just Random\nText()\nThat doesn't work.";

  static const char kShaderName[] = "CachedShader";
  Shader shader(kShaderTypeVertex);
  shader.SetName(kShaderName);
  shader.SetFormat(kShaderFormatGlsl);
  shader.SetData(contents);

  std::vector<uint32_t> src_bytes = {1, 2, 3, 4, 5};

  ShaderMap map;
  map[kShaderName] = src_bytes;

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, map);
  ASSERT_TRUE(r.IsSuccess()) << r.Error();

  ASSERT_EQ(binary.size(), src_bytes.size());
  for (size_t i = 0; i < src_bytes.size(); ++i) {
    EXPECT_EQ(src_bytes[i], binary[i]);
  }
}

#if AMBER_ENABLE_CLSPV
TEST_F(ShaderCompilerTest, ClspvCompile) {
  Shader shader(kShaderTypeCompute);
  shader.SetName("TestShader");
  shader.SetFormat(kShaderFormatOpenCLC);
  shader.SetData(R"(
kernel void TestShader(global int* in, global int* out) {
  *out = *in;
}
  )");

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());
  EXPECT_FALSE(binary.empty());
  EXPECT_EQ(0x07230203, binary[0]);  // Verify SPIR-V header present.
}

TEST_F(ShaderCompilerTest, ClspvDisallowCaching) {
  Shader shader(kShaderTypeCompute);
  std::string name = "TestShader";
  shader.SetName(name);
  shader.SetFormat(kShaderFormatOpenCLC);
  shader.SetData(R"(
kernel void TestShader(global int* in, global int* out) {
  *out = *in;
}
  )");

  std::vector<uint32_t> src_bytes = {1, 2, 3, 4, 5};

  ShaderMap map;
  map[name] = src_bytes;

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info, map);
  ASSERT_FALSE(r.IsSuccess());
  EXPECT_TRUE(binary.empty());
}

TEST_F(ShaderCompilerTest, ClspvCompileOptions) {
  std::string data = R"(
kernel void TestShader(global int* in, global int* out, int m, int b) {
  *out = *in * m + b;
}
)";
  Shader shader(kShaderTypeCompute);
  shader.SetName("TestShader");
  shader.SetFormat(kShaderFormatOpenCLC);
  shader.SetData(data);

  ShaderCompiler sc;
  Result r;
  std::vector<uint32_t> binary;
  Pipeline::ShaderInfo shader_info1(&shader, kShaderTypeCompute);
  std::tie(r, binary) = sc.Compile(&shader_info1, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());
  EXPECT_FALSE(binary.empty());
  EXPECT_EQ(0x07230203, binary[0]);  // Verify SPIR-V header present.
  auto iter = shader_info1.GetDescriptorMap().find("TestShader");
  ASSERT_NE(iter, shader_info1.GetDescriptorMap().end());
  uint32_t max_binding = 0;
  bool has_pod_ubo = 0;
  for (const auto& entry : iter->second) {
    max_binding = std::max(max_binding, entry.binding);
    has_pod_ubo =
        entry.kind == Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD_UBO;
  }
  EXPECT_EQ(3U, max_binding);
  EXPECT_FALSE(has_pod_ubo);

  binary.clear();
  Pipeline::ShaderInfo shader_info2(&shader, kShaderTypeCompute);
  shader_info2.SetCompileOptions({"-cluster-pod-kernel-args", "-pod-ubo"});
  std::tie(r, binary) = sc.Compile(&shader_info2, ShaderMap());
  ASSERT_TRUE(r.IsSuccess());
  EXPECT_FALSE(binary.empty());
  EXPECT_EQ(0x07230203, binary[0]);  // Verify SPIR-V header present.
  iter = shader_info2.GetDescriptorMap().find("TestShader");
  ASSERT_NE(iter, shader_info2.GetDescriptorMap().end());
  max_binding = 0;
  has_pod_ubo = 0;
  for (const auto& entry : iter->second) {
    max_binding = std::max(max_binding, entry.binding);
    has_pod_ubo =
        entry.kind == Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD_UBO;
  }
  EXPECT_EQ(2U, max_binding);
  EXPECT_TRUE(has_pod_ubo);
}
#endif  // AMBER_ENABLE_CLSPV

struct ParseSpvEnvCase {
  std::string env_str;
  bool ok;
  uint32_t target_env;
  uint32_t env_version;
  uint32_t spirv_version;
};

using ParseSpvEnvTest = ::testing::TestWithParam<ParseSpvEnvCase>;

TEST_P(ParseSpvEnvTest, Samples) {
  uint32_t target_env = 42u;
  uint32_t env_version = 43u;
  uint32_t spirv_version = 44u;
  auto r = amber::ParseSpvEnv(GetParam().env_str, &target_env, &env_version,
                              &spirv_version);
  if (GetParam().ok) {
    EXPECT_TRUE(r.IsSuccess());
    EXPECT_EQ(GetParam().target_env, target_env) << GetParam().env_str;
    EXPECT_EQ(GetParam().env_version, env_version) << GetParam().env_str;
    EXPECT_EQ(GetParam().spirv_version, spirv_version) << GetParam().env_str;
  } else {
    EXPECT_FALSE(r.IsSuccess());
  }
}

// See also shaderc/env.h
const uint32_t vulkan = 0;
const uint32_t vulkan_1_0 = ((uint32_t(1) << 22));
const uint32_t vulkan_1_1 = ((uint32_t(1) << 22) | (1 << 12));
const uint32_t spv_1_0 = uint32_t(0x10000);
const uint32_t spv_1_1 = uint32_t(0x10100);
const uint32_t spv_1_2 = uint32_t(0x10200);
const uint32_t spv_1_3 = uint32_t(0x10300);
const uint32_t spv_1_4 = uint32_t(0x10400);

INSTANTIATE_TEST_SUITE_P(ParseSpvEnvFailures,
                         ParseSpvEnvTest,
                         ::testing::ValuesIn(std::vector<ParseSpvEnvCase>{
                             {"foobar", false, 0u, 0u, 0u},
                             {"spv99", false, 0u, 0u, 0u},
                             {"spv99.9", false, 0u, 0u, 0u},
                             {"spv1.0.1", false, 0u, 0u, 0u},
                             {"spv1.0.1", false, 0u, 0u, 0u},
                             {"spv1.5", false, 0u, 0u, 0u},
                             {"vulkan99", false, 0u, 0u, 0u},
                             {"vulkan99.9", false, 0u, 0u, 0u},
                         }));

INSTANTIATE_TEST_SUITE_P(ParseSpvEnvSuccesses,
                         ParseSpvEnvTest,
                         ::testing::ValuesIn(std::vector<ParseSpvEnvCase>{
                             {"", true, vulkan, vulkan_1_0, spv_1_0},
                             {"spv1.0", true, vulkan, vulkan_1_0, spv_1_0},
                             {"spv1.1", true, vulkan, vulkan_1_1, spv_1_1},
                             {"spv1.2", true, vulkan, vulkan_1_1, spv_1_2},
                             {"spv1.3", true, vulkan, vulkan_1_1, spv_1_3},
                             {"spv1.4", true, vulkan, vulkan_1_1, spv_1_4},
                             {"vulkan1.0", true, vulkan, vulkan_1_0, spv_1_0},
                             {"vulkan1.1", true, vulkan, vulkan_1_1, spv_1_3},
                             {"vulkan1.1spv1.4", true, vulkan, vulkan_1_1,
                              spv_1_4},
                         }));

}  // namespace amber