Searched refs:pInstTable (Results 1 – 4 of 4) sorted by relevance
81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, in spvOpcodeTableGet() argument83 if (!pInstTable) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableGet()101 *pInstTable = &table_1_0; in spvOpcodeTableGet()104 *pInstTable = &table_1_1; in spvOpcodeTableGet()108 *pInstTable = &table_1_2; in spvOpcodeTableGet()
81 spv_result_t spvOpcodeTableGet(spv_opcode_table* pInstTable, spv_target_env) { in spvOpcodeTableGet() argument82 if (!pInstTable) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableGet()87 *pInstTable = &kOpcodeTable; in spvOpcodeTableGet()