Searched refs:spv_opcode_table (Results 1 – 14 of 14) sorted by relevance
/external/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 | table.cpp | 49 spv_opcode_table opcode_table; in spvContextCreate()
|
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 | assembly_grammar.h | 132 const spv_opcode_table opcodeTable_;
|
/external/deqp-deps/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 | table.cpp | 49 spv_opcode_table opcode_table; in spvContextCreate()
|
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 | assembly_grammar.h | 132 const spv_opcode_table opcodeTable_;
|
/external/deqp-deps/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()
|
/external/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()
|