Home
last modified time | relevance | path

Searched refs:spv_opcode_table (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h105 typedef const spv_opcode_table_t* spv_opcode_table; typedef
111 const spv_opcode_table opcode_table;
125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
Dopcode.h41 const spv_opcode_table table,
47 const spv_opcode_table table,
Dopcode.cpp81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet()
92 const spv_opcode_table table, in spvOpcodeTableNameLookup()
127 const spv_opcode_table table, in spvOpcodeTableValueLookup()
Dtable.cpp49 spv_opcode_table opcode_table; in spvContextCreate()
Dassembly_grammar.h132 const spv_opcode_table opcodeTable_;
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.h105 typedef const spv_opcode_table_t* spv_opcode_table; typedef
111 const spv_opcode_table opcode_table;
125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
Dopcode.h41 const spv_opcode_table table,
47 const spv_opcode_table table,
Dopcode.cpp81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet()
92 const spv_opcode_table table, in spvOpcodeTableNameLookup()
127 const spv_opcode_table table, in spvOpcodeTableValueLookup()
Dtable.cpp49 spv_opcode_table opcode_table; in spvContextCreate()
Dassembly_grammar.h132 const spv_opcode_table opcodeTable_;
/third_party/spirv-tools/source/
Dtable.h105 typedef const spv_opcode_table_t* spv_opcode_table; typedef
111 const spv_opcode_table opcode_table;
125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env);
Dopcode.h41 const spv_opcode_table table,
47 const spv_opcode_table table,
Dopcode.cpp81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet()
92 const spv_opcode_table table, in spvOpcodeTableNameLookup()
127 const spv_opcode_table table, in spvOpcodeTableValueLookup()
Dtable.cpp51 spv_opcode_table opcode_table; in spvContextCreate()
Dassembly_grammar.h132 const spv_opcode_table opcodeTable_;
/third_party/spirv-tools/test/
Dopcode_table_get_test.cpp25 spv_opcode_table table; in TEST_P()
Dopcode_require_capabilities_test.cpp35 spv_opcode_table opcodeTable; in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
Dopcode_table_get_test.cpp25 spv_opcode_table table; in TEST_P()
Dopcode_require_capabilities_test.cpp35 spv_opcode_table opcodeTable; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dopcode_table_get_test.cpp25 spv_opcode_table table; in TEST_P()
Dopcode_require_capabilities_test.cpp35 spv_opcode_table opcodeTable; in TEST_P()
/third_party/spirv-tools/source/diff/
Ddiff.cpp2650 spv_opcode_table opcode_table; in Output()