Home
last modified time | relevance | path

Searched refs:spv_opcode_desc_t (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtable.h24 typedef struct spv_opcode_desc_t { struct
35 } spv_opcode_desc_t; argument
70 const spv_opcode_desc_t* entries;
83 typedef const spv_opcode_desc_t* spv_opcode_desc;
Dopcode.cpp33 const spv_opcode_desc_t opcodeTableEntries_1_0[] = {
36 const spv_opcode_desc_t opcodeTableEntries_1_1[] = {
39 const spv_opcode_desc_t opcodeTableEntries_1_2[] = {
/third_party/spirv-tools/source/
Dtable.h22 typedef struct spv_opcode_desc_t { struct
45 } spv_opcode_desc_t; argument
88 const spv_opcode_desc_t* entries;
101 typedef const spv_opcode_desc_t* spv_opcode_desc;
Dopcode.cpp34 const spv_opcode_desc_t* ptr;
104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup()
136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup()
139 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeTableValueLookup()
189 spv_opcode_desc_t needle = {"", static_cast<SpvOp>(opcode), in spvOpcodeString()
195 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h22 typedef struct spv_opcode_desc_t { struct
45 } spv_opcode_desc_t; argument
88 const spv_opcode_desc_t* entries;
101 typedef const spv_opcode_desc_t* spv_opcode_desc;
Dopcode.cpp34 const spv_opcode_desc_t* ptr;
104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup()
136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup()
139 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeTableValueLookup()
189 spv_opcode_desc_t needle = {"", static_cast<SpvOp>(opcode), in spvOpcodeString()
195 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeString()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.h22 typedef struct spv_opcode_desc_t { struct
45 } spv_opcode_desc_t; argument
88 const spv_opcode_desc_t* entries;
101 typedef const spv_opcode_desc_t* spv_opcode_desc;
Dopcode.cpp34 const spv_opcode_desc_t* ptr;
104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup()
136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup()
139 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeTableValueLookup()
189 spv_opcode_desc_t needle = {"", static_cast<SpvOp>(opcode), in spvOpcodeString()
195 auto comp = [](const spv_opcode_desc_t& lhs, const spv_opcode_desc_t& rhs) { in spvOpcodeString()
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
Dcore.insts-unified1.inc108 static const spv_opcode_desc_t kOpcodeTableEntries[] = {