Searched refs:makeMatrixType (Results 1 – 3 of 3) sorted by relevance
151 Id makeMatrixType(Id component, int cols, int rows);
365 Id Builder::makeMatrixType(Id component, int cols, int rows) in makeMatrixType() function in spv::Builder
3086 spvType = builder.makeMatrixType(spvType, type.getMatrixCols(), type.getMatrixRows()); in convertGlslangToSpvType()