Searched refs:spv_opcode_table (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | table.h | 104 typedef const spv_opcode_table_t* spv_opcode_table; typedef 110 const spv_opcode_table opcode_table; 124 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 | 79 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() 90 const spv_opcode_table table, in spvOpcodeTableNameLookup() 124 const spv_opcode_table table, in spvOpcodeTableValueLookup()
|
D | table.cpp | 46 spv_opcode_table opcode_table; in spvContextCreate()
|
D | assembly_grammar.h | 132 const spv_opcode_table opcodeTable_;
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | table.h | 104 typedef const spv_opcode_table_t* spv_opcode_table; typedef 110 const spv_opcode_table opcode_table; 124 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 | 79 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() 90 const spv_opcode_table table, in spvOpcodeTableNameLookup() 124 const spv_opcode_table table, in spvOpcodeTableValueLookup()
|
D | table.cpp | 46 spv_opcode_table opcode_table; in spvContextCreate()
|
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()
|