Searched refs:mat_inst (Results 1 – 6 of 6) sorted by relevance
842 const Instruction* mat_inst = FindDef(id); in GetMatrixTypeInfo() local843 assert(mat_inst); in GetMatrixTypeInfo()844 if (mat_inst->opcode() != SpvOpTypeMatrix) return false; in GetMatrixTypeInfo()846 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo()855 *num_cols = mat_inst->word(3); in GetMatrixTypeInfo()857 *column_type = mat_inst->word(2); in GetMatrixTypeInfo()
139 std::unique_ptr<Instruction> mat_inst(new Instruction( in MatConvertCleanup() local141 (void)builder.AddInstruction(std::move(mat_inst)); in MatConvertCleanup()