Searched refs:makeMatrixDebugType (Results 1 – 2 of 2) sorted by relevance
223 Id makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor = true);
476 auto const debugResultId = makeMatrixDebugType(column, cols); in makeMatrixType()935 Id Builder::makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor) in makeMatrixDebugType() function in spv::Builder