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/ |
D | table.h | 105 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);
|
D | opcode.h | 41 const spv_opcode_table table, 47 const spv_opcode_table table,
|
D | opcode.cpp | 81 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()
|
D | table.cpp | 49 spv_opcode_table opcode_table; in spvContextCreate()
|
D | assembly_grammar.h | 132 const spv_opcode_table opcodeTable_;
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | table.h | 105 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);
|
D | opcode.h | 41 const spv_opcode_table table, 47 const spv_opcode_table table,
|
D | opcode.cpp | 81 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()
|
D | table.cpp | 49 spv_opcode_table opcode_table; in spvContextCreate()
|
D | assembly_grammar.h | 132 const spv_opcode_table opcodeTable_;
|
/third_party/spirv-tools/source/ |
D | table.h | 105 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);
|
D | opcode.h | 41 const spv_opcode_table table, 47 const spv_opcode_table table,
|
D | opcode.cpp | 81 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()
|
D | table.cpp | 51 spv_opcode_table opcode_table; in spvContextCreate()
|
D | assembly_grammar.h | 132 const spv_opcode_table opcodeTable_;
|
/third_party/spirv-tools/test/ |
D | opcode_table_get_test.cpp | 25 spv_opcode_table table; in TEST_P()
|
D | opcode_require_capabilities_test.cpp | 35 spv_opcode_table opcodeTable; in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | opcode_table_get_test.cpp | 25 spv_opcode_table table; in TEST_P()
|
D | opcode_require_capabilities_test.cpp | 35 spv_opcode_table opcodeTable; in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | opcode_table_get_test.cpp | 25 spv_opcode_table table; in TEST_P()
|
D | opcode_require_capabilities_test.cpp | 35 spv_opcode_table opcodeTable; in TEST_P()
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 2650 spv_opcode_table opcode_table; in Output()
|