Lines Matching defs:cols
440 Id Builder::makeMatrixType(Id component, int cols, int rows)
442 assert(cols <= maxMatrixSize && rows <= maxMatrixSize);
451 type->getImmediateOperand(1) == (unsigned)cols)
458 type->addImmediateOperand(cols);
465 auto const debugResultId = makeMatrixDebugType(column, cols);
472 Id Builder::makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use)
481 type->getIdOperand(3) == cols &&
491 type->addIdOperand(cols);
500 Id Builder::makeCooperativeMatrixTypeNV(Id component, Id scope, Id rows, Id cols)
507 type->getIdOperand(3) == cols)
516 type->addIdOperand(cols);