Searched refs:pOperandTable (Results 1 – 2 of 2) sorted by relevance
36 spv_result_t spvOperandTableGet(spv_operand_table* pOperandTable, in spvOperandTableGet() argument38 if (!pOperandTable) return SPV_ERROR_INVALID_POINTER; in spvOperandTableGet()40 *pOperandTable = &kOperandTable; in spvOperandTableGet()