Home | History | Annotate | Download | only in sksl

Lines Matching refs:toCompound

442             return fContext.fFloat_Type->toCompound(fContext, type.columns(), type.rows());
445 return fContext.fInt_Type->toCompound(fContext, type.columns(), type.rows());
448 return fContext.fUInt_Type->toCompound(fContext, type.columns(), type.rows());
744 this->writeWord(this->getType(a->fType.toCompound(fContext, vectorSize, 1)), out);
1099 this->writeWord(this->getType(type.componentType().toCompound(fContext, type.rows(), 1)),
1122 SpvId srcColumnType = this->getType(srcType.componentType().toCompound(fContext,
1125 SpvId dstColumnType = this->getType(dstType.componentType().toCompound(fContext,
1222 SpvId columnType = this->getType(c.fType.componentType().toCompound(fContext, 2, 1));
1247 this->writeWord(this->getType(c.fType.componentType().toCompound(fContext, rows,
1819 SpvId rowType = this->getType(operandType.componentType().toCompound(fContext,
1822 SpvId bvecType = this->getType(fContext.fBool_Type->toCompound(fContext,