Home | History | Annotate | Download | only in sksl

Lines Matching refs:IntLiteral

495                     IntLiteral count(fContext, -1, type.columns());
637 return this->writeIntLiteral((IntLiteral&) expr);
1133 IntLiteral zero(fContext, -1, 0);
1457 IntLiteral index(fContext, -1, fieldExpr.fFieldIndex);
1602 IntLiteral index(fContext, -1, swizzle.fComponents[0]);
1702 IntLiteral fieldIndex(fContext, -1, fRTHeightFieldIndex);
2201 return std::unique_ptr<Expression>(new IntLiteral(context, -1, 1, &type));
2303 SpvId SPIRVCodeGenerator::writeIntLiteral(const IntLiteral& i) {
2798 this->writeWord(((IntLiteral&) *s.fCases[i]->fValue).fValue, out);
2931 intf.fSizes.emplace_back(new IntLiteral(fContext, -1, skInSize));