aboutsummaryrefslogtreecommitdiff
path: root/source/ext_inst.cpp
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2017-04-03 14:59:18 -0400
committerDavid Neto <dneto@google.com>2017-04-03 14:59:18 -0400
commit4be6abe30dc2931084575635a118b5e113344388 (patch)
tree453f281b2c0b3c62a9a44ddbfcb3e9cccb3c8636 /source/ext_inst.cpp
parent58e7a3e60798b40497dfbcea754450f2d3b2b4ab (diff)
downloadspirv-tools-4be6abe30dc2931084575635a118b5e113344388.tar.gz
Fix spelling in SPV_AMD_gcn_shader support
Diffstat (limited to 'source/ext_inst.cpp')
-rw-r--r--source/ext_inst.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ext_inst.cpp b/source/ext_inst.cpp
index 3cac7ac1..6820130b 100644
--- a/source/ext_inst.cpp
+++ b/source/ext_inst.cpp
@@ -31,8 +31,8 @@ static const spv_ext_inst_desc_t openclEntries_1_0[] = {
#include "opencl.std.insts-1.0.inc"
};
-static const spv_ext_inst_desc_t amd_gcn_shader_entries[] = {
-#include "amd-gcn-shader.insts.inc"
+static const spv_ext_inst_desc_t spv_amd_gcn_shader_entries[] = {
+#include "spv-amd-gcn-shader.insts.inc"
};
spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable,
@@ -44,8 +44,8 @@ spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable,
glslStd450Entries_1_0},
{SPV_EXT_INST_TYPE_OPENCL_STD, ARRAY_SIZE(openclEntries_1_0),
openclEntries_1_0},
- {SPV_EXT_INST_TYPE_SPV_AMD_GCN_SHADER, ARRAY_SIZE(amd_gcn_shader_entries),
- amd_gcn_shader_entries},
+ {SPV_EXT_INST_TYPE_SPV_AMD_GCN_SHADER,
+ ARRAY_SIZE(spv_amd_gcn_shader_entries), spv_amd_gcn_shader_entries},
};
static const spv_ext_inst_table_t table_1_0 = {ARRAY_SIZE(groups_1_0),