Home | History | Annotate | Download | only in sksl

Lines Matching refs:to_string

89             this->write(to_string(type.columns()));
93 this->write(to_string(type.columns()));
95 this->write(to_string(type.rows()));
312 name = "float" + to_string(columns) + "x" + to_string(rows) + "_from_float";
389 this->write(to_string(c.fType.rows()));
611 this->write(to_string(i.fValue & 0xffffffff) + "u");
613 this->write(to_string((int32_t) i.fValue));
618 this->write(to_string(f.fValue));
649 to_string(fUniformBuffer) + ")]]");
663 this->write(to_string(var.fVar->fModifiers.fLayout.fBinding));
669 this->write(to_string(var.fVar->fModifiers.fLayout.fBinding));
684 this->write(to_string(intf.fVariable.fModifiers.fLayout.fSet));
686 this->write(to_string(intf.fVariable.fModifiers.fLayout.fBinding));
752 this->write("[" + to_string(s) + "]");
865 fInterfaceBlockNameMap[&intf] = "_anonInterface" + to_string(fAnonInterfaceCount++);
885 to_string((int) currentOffset));
888 this->write(to_string(fPaddingCount++));
890 this->write(to_string(fieldOffset - currentOffset));
898 to_string((int) alignment));
930 this->write("[" + to_string(s) + "]");
1198 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
1201 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
1236 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
1239 to_string(var.fVar->fModifiers.fLayout.fLocation) +")");
1242 this->write(", index(" + to_string(colorIndex) + ")");